mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
twingate
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
ad43b54262
commit
af2efc793e
2 changed files with 11 additions and 2 deletions
|
@ -24,7 +24,10 @@
|
||||||
./hosts/ultrapc/configuration.nix
|
./hosts/ultrapc/configuration.nix
|
||||||
{
|
{
|
||||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
||||||
nix.nixPath = [ "nixpkgs=/etc/nix/inputs/nixpkgs" ];
|
nix.nixPath = [
|
||||||
|
"nixpkgs=/etc/nix/inputs/nixpkgs"
|
||||||
|
"nixos-config=/home/ultra/.nixdotfiles"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -133,7 +133,12 @@ in {
|
||||||
NIX_AUTO_RUN = "!";
|
NIX_AUTO_RUN = "!";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.fish.enable = true;
|
programs = {
|
||||||
|
fish.enable = true;
|
||||||
|
kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
# programs.nushell.enable = true;
|
# programs.nushell.enable = true;
|
||||||
# users.defaultUserShell = pkgs.zsh;
|
# users.defaultUserShell = pkgs.zsh;
|
||||||
|
|
||||||
|
@ -232,6 +237,7 @@ in {
|
||||||
printing = {
|
printing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
twingate.enable = true;
|
||||||
};
|
};
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue