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

View file

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

View file

@ -13,6 +13,7 @@
y = 0; y = 0;
bar = "top"; bar = "top";
scale = 1.175; # Idk why hyprland doesn't think 1.25 is invalid but whatever. 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; [ programs.nix-ld.libraries = with pkgs; [
dotnetCorePackages.sdk_9_0 dotnetCorePackages.sdk_9_0
]; ];
}; };
} }

View file

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