more or less wayland support

This commit is contained in:
CDaut 2024-04-25 09:33:20 +02:00
parent ada74f1c4e
commit 87f9fb7bb6
Signed by: clara
GPG key ID: 223391B52FAD4463
6 changed files with 188 additions and 7 deletions

View file

@ -19,17 +19,23 @@ in
# release notes.
home.stateVersion = "24.05"; # Please read the comment before changing.
imports = [
./programm_configs/git.nix
./programm_configs/vscode.nix
./programm_configs/rofi.nix
./programm_configs/picom.nix
./programm_configs/zsh.nix
./programm_configs/gnome.nix
./programm_configs/autorandr.nix
./programm_configs/polybar.nix
./programm_configs/redshift.nix
] ++ (if x11mode then [ ./programm_configs/i3.nix ] else [ ]);
] ++ (if x11mode then [
./programm_configs/i3.nix
./programm_configs/picom.nix
] else [
./programm_configs/sway.nix
./programm_configs/waybar.nix
]);
# The home.packages option allows you to install Nix packages into your
# environment.
@ -42,7 +48,6 @@ in
firefox
tex
jetbrains.idea-ultimate
arandr
thunderbird
signal-desktop
nextcloud-client
@ -62,7 +67,7 @@ in
samba
unzip
direnv
];
] ++ (if x11mode then [ arandr ] else [ wdisplays ]);
fonts.fontconfig.enable = true;