Compare commits
No commits in common. "f2d2b00fe79a2504d975267ef434f0e0cbabddd0" and "d296101aaa5ac8375acc1904c60f39ebe916ebf3" have entirely different histories.
f2d2b00fe7
...
d296101aaa
3 changed files with 2 additions and 48 deletions
42
flake.lock
generated
42
flake.lock
generated
|
|
@ -361,26 +361,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"noctalia": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1764122160,
|
|
||||||
"narHash": "sha256-JZ51AW7zKgqlZp+oqt3Y7thglv23TPjgG1XiGBFWhr8=",
|
|
||||||
"owner": "noctalia-dev",
|
|
||||||
"repo": "noctalia-shell",
|
|
||||||
"rev": "3c5dfd87db582bf9056d83f41d53b90ba08023c6",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "noctalia-dev",
|
|
||||||
"repo": "noctalia-shell",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nur": {
|
"nur": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-parts": [
|
"flake-parts": [
|
||||||
|
|
@ -456,26 +436,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"quickshell": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1764045583,
|
|
||||||
"narHash": "sha256-W24ReyRrhOKTKIsuAMkY5hnVlCufGoONM79sjUoyQkk=",
|
|
||||||
"owner": "outfoxxed",
|
|
||||||
"repo": "quickshell",
|
|
||||||
"rev": "e9bad67619ee9937a1bbecfc6ad3b4231d2ecdc3",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "outfoxxed",
|
|
||||||
"repo": "quickshell",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"disko": "disko",
|
"disko": "disko",
|
||||||
|
|
@ -483,9 +443,7 @@
|
||||||
"lanzaboote": "lanzaboote",
|
"lanzaboote": "lanzaboote",
|
||||||
"nixos-hardware": "nixos-hardware",
|
"nixos-hardware": "nixos-hardware",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"noctalia": "noctalia",
|
|
||||||
"nvf": "nvf",
|
"nvf": "nvf",
|
||||||
"quickshell": "quickshell",
|
|
||||||
"sops-nix": "sops-nix",
|
"sops-nix": "sops-nix",
|
||||||
"stylix": "stylix"
|
"stylix": "stylix"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -99,10 +99,6 @@
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
cobalt = mkSystem {
|
|
||||||
hostname = "cobalt";
|
|
||||||
users = [ "jml" ];
|
|
||||||
};
|
|
||||||
# `nix build .#nixosConfigurations.installIso.config.system.build.isoImage`
|
# `nix build .#nixosConfigurations.installIso.config.system.build.isoImage`
|
||||||
# https://github.com/nix-community/nixos-generators
|
# https://github.com/nix-community/nixos-generators
|
||||||
installIso = nixpkgs.lib.nixosSystem {
|
installIso = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -9,13 +9,13 @@
|
||||||
# And what I actually want to try out is one of DankMaterialShell or Noctalia
|
# And what I actually want to try out is one of DankMaterialShell or Noctalia
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environments.systemPackages = with pkgs; [
|
||||||
inputs.noctalia.packages.${system}.default
|
inputs.noctalia.packages.${system}.default
|
||||||
xwayland-satellite
|
xwayland-satellite
|
||||||
fuzzel
|
fuzzel
|
||||||
kitty
|
kitty
|
||||||
fastfetch
|
fastfetch
|
||||||
];
|
]
|
||||||
|
|
||||||
# Notification Daemon
|
# Notification Daemon
|
||||||
#services.mako.enable = true;
|
#services.mako.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue