refactor: moved user-specific nix modules into the users/modules directory
This commit is contained in:
parent
169a8785ee
commit
abfacba0aa
8 changed files with 11 additions and 9 deletions
7
users/modules/terminal.nix
Normal file
7
users/modules/terminal.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kitty # default terminal emulator for hyprland
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue