diff --git a/error.txt b/error.txt new file mode 100644 index 0000000..265f4ed --- /dev/null +++ b/error.txt @@ -0,0 +1 @@ +setting up /etc... diff --git a/flake.lock b/flake.lock index 4f4f611..7e53605 100644 --- a/flake.lock +++ b/flake.lock @@ -170,11 +170,11 @@ ] }, "locked": { - "lastModified": 1717525419, - "narHash": "sha256-5z2422pzWnPXHgq2ms8lcCfttM0dz+hg+x1pCcNkAws=", + "lastModified": 1717931644, + "narHash": "sha256-Sz8Wh9cAiD5FhL8UWvZxBfnvxETSCVZlqWSYWaCPyu0=", "owner": "nix-community", "repo": "home-manager", - "rev": "a7117efb3725e6197dd95424136f79147aa35e5b", + "rev": "3d65009effd77cb0d6e7520b68b039836a7606cf", "type": "github" }, "original": { @@ -206,11 +206,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1717602782, - "narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=", + "lastModified": 1717974879, + "narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6", + "rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3", "type": "github" }, "original": { @@ -258,11 +258,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1717593209, - "narHash": "sha256-Hc8yIj1CDuVOpUV13ZWvR+5CPXysBmuUqqB8bJ7/CgQ=", + "lastModified": 1718122552, + "narHash": "sha256-A+dBkSwp8ssHKV/WyXb9uqIYrHBqHvtSedU24Lq9lqw=", "owner": "danth", "repo": "stylix", - "rev": "1d3826ceed91ae67562f28ee2e135813a11e47a6", + "rev": "e59d2c1725b237c362e4a62f5722f5b268d566c7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3858544..d9f252b 100644 --- a/flake.nix +++ b/flake.nix @@ -5,10 +5,11 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; + # stylix.url = "github:danth/stylix/release-23.11"; stylix.url = "github:danth/stylix"; }; - outputs = inputs@{ nixpkgs, home-manager, ... }: + outputs = inputs@{ nixpkgs, home-manager, stylix, ... }: let system = "x86_64-linux"; diff --git a/hosts/muon/configuration.nix b/hosts/muon/configuration.nix index ed3e658..886653a 100644 --- a/hosts/muon/configuration.nix +++ b/hosts/muon/configuration.nix @@ -21,19 +21,20 @@ in { inputs.self.outputs.homeManagerModules.default ]; }; + backupFileExtension = "bak"; }; # Modules mods.desktop.enable = true; - mods.desktop.wayland.enable = true; + mods.desktop.wayland.enable = false; mods.theme.enable = true; mods.theme.wallpaper = ./wallpaper.png; - mods.social.enable = true; + services.xserver.windowManager.i3.enable = true; # Proprietary