1
0

configuration(nixos): enable hyprland in login page

This commit is contained in:
Antoine Langlois 2024-02-26 19:49:07 +01:00
parent 9697eb44fa
commit b19c449ad4
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
2 changed files with 4 additions and 10 deletions

View File

@ -114,7 +114,9 @@
];
programs = {
# hyprland.enable = true;
# Enable DE in login page
# Further customization inside home.nix
hyprland.enable = true;
# Enable shells globally to allow system usage
# Further customization inside home.nix

View File

@ -30,7 +30,7 @@
home = {
username = "datahearth";
homeDirectory = "/home/datahearth";
stateVersion = "23.11";
stateVersion = "24.05";
sessionVariables = {
XDG_CACHE_HOME = "$HOME/.cache";
@ -107,15 +107,7 @@
];
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"