update flake
This commit is contained in:
parent
4f5f77eae8
commit
34c3e678eb
7 changed files with 109 additions and 75 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
nixpkgs.config.allowBroken = true;
|
||||
nixpkgs.config.permittedInsecurePackages = ["electron-33.4.11"];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
|
@ -46,6 +47,7 @@
|
|||
dash-to-dock.extensionUuid
|
||||
clipboard-indicator.extensionUuid
|
||||
emoji-copy.extensionUuid
|
||||
bluetooth-battery-meter.extensionUuid
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
@ -60,6 +62,7 @@
|
|||
gnomeExtensions.clipboard-indicator
|
||||
gnomeExtensions.emoji-copy
|
||||
gnomeExtensions.gsconnect
|
||||
gnomeExtensions.bluetooth-battery-meter
|
||||
gnome-tweaks
|
||||
catppuccin-gtk
|
||||
catppuccin-cursors
|
||||
|
|
@ -160,6 +163,6 @@
|
|||
nix.extraOptions = ''
|
||||
trusted-users = root catalin
|
||||
'';
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue