some refactoring
This commit is contained in:
@@ -33,6 +33,7 @@ in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./modules.nix
|
||||
./options.nix
|
||||
];
|
||||
|
||||
time.hardwareClockInLocalTime = true;
|
||||
@@ -44,12 +45,12 @@ in {
|
||||
GEMINI_API_KEY = config.age.secrets.gcapi.path;
|
||||
};
|
||||
|
||||
programs.hyprland.settings = {
|
||||
monitor = [
|
||||
"DP-3,2560x1440@240,0x0,1,transform,0,bitdepth,10"
|
||||
"DP-4,1920x1080@60,auto,1,transform,3"
|
||||
];
|
||||
};
|
||||
# programs.hyprland.settings = {
|
||||
# monitor = [
|
||||
# "DP-3,2560x1440@240,0x0,1,transform,0,bitdepth,10"
|
||||
# "DP-4,1920x1080@60,auto,1,transform,3"
|
||||
# ];
|
||||
# };
|
||||
|
||||
# # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = lib.mkDefault "23.11";
|
||||
|
||||
Reference in New Issue
Block a user