refactor desktop
This commit is contained in:
parent
afc6ef3e56
commit
39d407d236
|
@ -0,0 +1 @@
|
|||
{imports = [../common];}
|
|
@ -0,0 +1,12 @@
|
|||
{pkgs, ... }: {
|
||||
imports = [
|
||||
./firefox.nix
|
||||
];
|
||||
# Global packages for desktop environments
|
||||
home.packages = [
|
||||
pkgs.kitty
|
||||
pkgs.zathura
|
||||
pkgs.xfce.thunar
|
||||
pkgs.wofi
|
||||
];
|
||||
}
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
imports = [
|
||||
../wallpaper-changer/swww-wallpaper-changer
|
||||
../common
|
||||
../waybar.nix
|
||||
];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
@ -25,7 +27,7 @@
|
|||
|
||||
${monitor}
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$fileManager = thunar
|
||||
$menu = wofi --show drun
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
|
|
|
@ -9,14 +9,12 @@
|
|||
./users/sam
|
||||
|
||||
./common/core
|
||||
./common/optional/sops.nix
|
||||
./common/optional/firefox.nix
|
||||
|
||||
# Import optional
|
||||
./common/optional/git.nix
|
||||
./common/optional/sops.nix
|
||||
./common/optional/syncthing.nix
|
||||
./common/optional/desktop/hyprland
|
||||
./common/optional/desktop/waybar.nix
|
||||
|
||||
];
|
||||
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
|
||||
./common/core
|
||||
./common/optional/sops.nix
|
||||
./common/optional/firefox.nix
|
||||
|
||||
# Import optional
|
||||
./common/optional/git.nix
|
||||
./common/optional/syncthing.nix
|
||||
./common/optional/desktop/cinnamon
|
||||
|
||||
];
|
||||
monitors = [
|
||||
|
|
Loading…
Reference in New Issue