more or less wayland support
This commit is contained in:
parent
ada74f1c4e
commit
87f9fb7bb6
6 changed files with 188 additions and 7 deletions
13
home.nix
13
home.nix
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue