sleep
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "alien";
|
||||
networking.networkmanager.enable = true;
|
||||
time.timeZone = "America/Toronto";
|
||||
|
||||
|
||||
@@ -95,7 +94,8 @@
|
||||
", PRINT, exec, hyprshot -zm region -o ~/pics/screenshots/"
|
||||
"SHIFT, PRINT, exec, hyprshot -zm window -o ~/pics/screenshots/"
|
||||
"SUPER, PRINT, exec, hyprshot -zm output -o ~/pics/screenshots/"
|
||||
"$mainMod, N, exec, codium ~/etc/nixos/configuratiuon.nix"
|
||||
"$mainMod, N, exec, codium ~/etc/nixos/configuration.nix"
|
||||
"$mainMod, L, exec, sleep 1s; hyprctl dispatch dpms off" # screen off
|
||||
|
||||
# Move between windows
|
||||
"$mainMod, h, movefocus, l"
|
||||
@@ -308,7 +308,14 @@
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
# This is the critical line that fixes your error
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
|
||||
Reference in New Issue
Block a user