Changed prompt and updated desktop
This commit is contained in:
parent
0c40e0f66d
commit
4b77350f91
7 changed files with 110 additions and 71 deletions
|
@ -51,7 +51,10 @@
|
|||
inherit inputs outputs;
|
||||
myhostname = "desktop";
|
||||
};
|
||||
modules = [./maskiner/desktop/configuration.nix];
|
||||
modules = [
|
||||
({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
|
||||
./maskiner/desktop/configuration.nix
|
||||
];
|
||||
};
|
||||
jobb = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue