mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
thinkman: update to NixOS 22.05
This commit is contained in:
parent
d428ae6ab7
commit
b1ef65594a
6 changed files with 6 additions and 7 deletions
|
@ -17,7 +17,7 @@ in
|
|||
programs.dconf.enable = true;
|
||||
|
||||
# gnome services
|
||||
services.dbus.packages = [ pkgs.gnome.dconf ];
|
||||
services.dbus.packages = [ pkgs.dconf ];
|
||||
services.udev.packages = [ pkgs.gnome.gnome-settings-daemon ];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
filezilla
|
||||
fritzing
|
||||
gnome.gnome-font-viewer
|
||||
gnome.meld
|
||||
meld
|
||||
insomnia
|
||||
qgis
|
||||
sqlitebrowser
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker
|
||||
docker_compose
|
||||
docker-compose
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
davfs2
|
||||
exfat
|
||||
exfat-utils
|
||||
fuse3
|
||||
hfsprogs
|
||||
mtpfs
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
pulse.enable = true;
|
||||
};
|
||||
|
||||
programs.noisetorch.enable = true;
|
||||
# programs.noisetorch.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
noisetorch
|
||||
# noisetorch
|
||||
pavucontrol
|
||||
playerctl
|
||||
pulseaudio # provide pactl to enable keyboard shortcuts
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
};
|
||||
|
||||
system = {
|
||||
stateVersion = "21.11";
|
||||
stateVersion = "22.05";
|
||||
autoUpgrade.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue