Timeshift and Flakes
Added in Timeshift and support for Nix Flakes.
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
btrfs-progs
|
||||
git
|
||||
nerdfonts
|
||||
timeshift
|
||||
vim
|
||||
xclip
|
||||
zsh
|
||||
@@ -127,6 +128,14 @@
|
||||
# List of users allowed to connect to the Nix daemon
|
||||
nix.settings.allowed-users = [ "wesley" ];
|
||||
|
||||
# Enable Nix Flakes support (EXPERIMENTAL)
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
};
|
||||
|
||||
# Setup our ZSH shell.
|
||||
# First let's absolutely make sure the shell is enabled
|
||||
programs.zsh.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user