update some things

This commit is contained in:
KoenDR06 2026-01-27 16:22:06 +01:00
parent 8f3117a58e
commit fc51202293
9 changed files with 29 additions and 27 deletions

18
flake.lock generated
View file

@ -73,11 +73,11 @@
]
},
"locked": {
"lastModified": 1768603898,
"narHash": "sha256-vRV1dWJOCpCal3PRr86wE2WTOMfAhTu6G7bSvOsryUo=",
"lastModified": 1768949235,
"narHash": "sha256-TtjKgXyg1lMfh374w5uxutd6Vx2P/hU81aEhTxrO2cg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2a63d0e9d2c72ac4d4150ebb242cf8d86f488c8c",
"rev": "75ed713570ca17427119e7e204ab3590cc3bf2a5",
"type": "github"
},
"original": {
@ -97,11 +97,11 @@
]
},
"locked": {
"lastModified": 1767801421,
"narHash": "sha256-z6+cVdgkJSz+MLUOChLDUZsiBP/h6tuAZSjVG+66jpo=",
"lastModified": 1769526953,
"narHash": "sha256-HIBfW2JODixwfblH7b+WhO94h+JM1L2Bxlgv9Ql2fR4=",
"owner": "KoenDR06",
"repo": "nix-hyprland",
"rev": "4efff468c6435080b0716fd289ab7c06c4bb215f",
"rev": "902971932de932f21ae41ffc068ec1f2d5f606f5",
"type": "github"
},
"original": {
@ -112,11 +112,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1768621446,
"narHash": "sha256-6YwHV1cjv6arXdF/PQc365h1j+Qje3Pydk501Rm4Q+4=",
"lastModified": 1769318308,
"narHash": "sha256-Mjx6p96Pkefks3+aA+72lu1xVehb6mv2yTUUqmSet6Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "72ac591e737060deab2b86d6952babd1f896d7c5",
"rev": "1cd347bf3355fce6c64ab37d3967b4a2cb4b878c",
"type": "github"
},
"original": {

View file

@ -58,7 +58,8 @@
in {
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
nixosConfigurations = nixpkgs.lib.genAttrs hosts (host:
nixosConfigurations = nixpkgs.lib.genAttrs hosts (
host:
nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs lib;

View file

@ -13,6 +13,7 @@
y = 0;
bar = "top";
scale = 1.175; # Idk why hyprland doesn't think 1.25 is invalid but whatever.
wallpaper = ../../misc/wallpaper.png;
}
];
};

View file

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 2 MiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2 MiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 2.8 MiB

Before After
Before After

BIN
misc/wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

View file

@ -60,6 +60,5 @@ in {
programs.nix-ld.libraries = with pkgs; [
dotnetCorePackages.sdk_9_0
];
};
}

View file

@ -173,6 +173,7 @@ in {
monitors = {
addDefault = true;
defaultWallpaper = ../../../misc/default-wallpaper.jpg;
};
sleep = {