updates
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
wifi.backend = "iwd";
|
wifi.backend = "iwd";
|
||||||
};
|
};
|
||||||
hostName = "nixos-laptop";
|
hostName = "nixos-desktop";
|
||||||
firewall.enable = false;
|
firewall.enable = false;
|
||||||
wireless.iwd = {
|
wireless.iwd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
nvidia = {
|
nvidia = {
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
open = false;
|
open = true;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -167,6 +167,7 @@
|
|||||||
glib
|
glib
|
||||||
spotify
|
spotify
|
||||||
discord
|
discord
|
||||||
|
discord-canary
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
alacritty
|
alacritty
|
||||||
libnotify
|
libnotify
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
mpv
|
mpv
|
||||||
nautilus
|
nautilus
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nvtop
|
nvtopPackages.full
|
||||||
nwg-look
|
nwg-look
|
||||||
openvpn
|
openvpn
|
||||||
pamixer
|
pamixer
|
||||||
|
|||||||
@@ -446,7 +446,7 @@
|
|||||||
"~/pictures/.wallpapers/iceland-winter-mountains.jpg"
|
"~/pictures/.wallpapers/iceland-winter-mountains.jpg"
|
||||||
];
|
];
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
"eDP-1,~/pictures/.wallpapers/iceland-winter-mountains.jpg"
|
",~/pictures/.wallpapers/iceland-winter-mountains.jpg"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user