1
0
Fork 0

Tweaks; add user login images

This commit is contained in:
Aires 2024-05-26 20:23:42 -04:00
parent 8fc934f9a4
commit c3f926070d
6 changed files with 8 additions and 4 deletions

View file

@ -29,7 +29,7 @@
# Home-manager
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager?ref=release-24.05";
inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list where available
};

View file

@ -17,9 +17,7 @@
# Use Lix instead of Nix
extra-substituters = [ "https://cache.lix.systems" ];
trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
trusted-public-keys = [ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];
# Only allow these users to use Nix
allowed-users = [

View file

@ -69,6 +69,9 @@ with lib;
sessionVariables = {
KUBECONFIG = "/home/aires/.kube/config";
};
# Create .face file
file.".face".source = ./face.png;
};
programs = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 KiB

View file

@ -71,6 +71,9 @@ with lib;
# Install packages specific to Gremlin
packages = [ pkgs.awscli2 ];
# Create .face file
file.".face".source = ./face.png;
};
programs = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB