improved gtk

This commit is contained in:
Morten Olsen
2024-04-17 20:56:36 +02:00
parent 68ab6df1d3
commit 8abe93f54b
10 changed files with 102 additions and 10 deletions

View File

@@ -12,10 +12,13 @@
home-manager = {
url = "github:nix-community/home-manager";
};
themes = {
url = "github:RGBCube/ThemeNix";
};
nur.url = "github:nix-community/NUR";
};
outputs = { self, nixpkgs, nixos-hardware, home-manager, nur}: {
outputs = { self, nixpkgs, nixos-hardware, home-manager, nur, themes }: {
nixosConfigurations = {
alice-xps = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";