1
0

configuration(nixos): update hyprland config

This commit is contained in:
Antoine Langlois 2024-02-26 12:55:51 +01:00
parent 0c90c0d8a5
commit 9697eb44fa
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
3 changed files with 16 additions and 7 deletions

View File

@ -114,7 +114,10 @@
];
programs = {
hyprland.enable = true;
# hyprland.enable = true;
# Enable shells globally to allow system usage
# Further customization inside home.nix
zsh.enable = true;
steam.enable = true;
};

View File

@ -49,6 +49,7 @@
nextcloud-client
signal-desktop
vlc
protonmail-bridge
# CLI tools
cliphist
@ -95,11 +96,6 @@
ms-vscode.cpptools
];
};
bash = {
enable = true;
enableCompletion = true;
};
};
wayland.windowManager = {
@ -111,7 +107,15 @@
];
workspace = [
"DP-1,1"
"DP-1,3"
"DP-1,5"
"DP-1,7"
"DP-1,9"
"HDMI-A-1,2"
"HDMI-A-1,4"
"HDMI-A-1,6"
"HDMI-A-1,8"
"HDMI-A-1,0"
];
env = [
"LIBVA_DRIVER_NAME,nvidia"

View File

@ -4,6 +4,7 @@
# GUI
hoppscotch
nosql-workbench
thunderbird
# CLI
awscli2
@ -43,7 +44,8 @@
};
bash = {
enable = true;
enableCompletion = true;
};
starship = {