lol
This commit is contained in:
parent
6666ff8c5e
commit
d3f9ad2710
@ -8,7 +8,6 @@
|
|||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
{ imports = [ ./users.nix ./services.nix ./hardware.nix ./fonts.nix ./security.nix ./programs.nix ./nix-alien.nix ]; }
|
{ imports = [ ./users.nix ./services.nix ./hardware.nix ./fonts.nix ./security.nix ./programs.nix ]; }
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
'';
|
'';
|
||||||
dresden = "/home/mbeno/.ssh/dresden.sh";
|
dresden = "/home/mbeno/.ssh/dresden.sh";
|
||||||
d = "dresden";
|
d = "dresden";
|
||||||
|
alien = "nix run --impure github:guibou/nixGL --override-input nixpkgs nixpkgs/nixos-unstable -- nix run github:thiagokokada/nix-alien --";
|
||||||
};
|
};
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user