Compare commits

..

No commits in common. "4a31208f50aebc91745060752a76ff6c92543b92" and "5bd310fdc636f201c1917ebc4ea274eca65b57cc" have entirely different histories.

2 changed files with 20 additions and 19 deletions

View file

@ -170,11 +170,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727977578, "lastModified": 1727872461,
"narHash": "sha256-DBORKcmQ7ZjA4qE1MsnF1MmZSokOGrw4W9vTCioOv2U=", "narHash": "sha256-4Pw3fVhN6xey5+2gUBm9nQJAjBqivffr+a5ZsXYjzJ8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "574400001b3ffe555c7a21e0ff846230759be2ed", "rev": "568727a884ae7cd9f266bd19aea655def8cafd78",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -307,11 +307,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728041527, "lastModified": 1727817100,
"narHash": "sha256-03liqiJtk9UP7YQHW4r8MduKCK242FQzud8iWvvlK+o=", "narHash": "sha256-dlyV9/eiWkm/Y/t2+k4CFZ29tBvCANmJogEYaHeAOTw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "509dbf8d45606b618e9ec3bbe4e936b7c5bc6c1e", "rev": "437ec62009fa8ceb684eb447d455ffba25911cf9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -387,15 +387,16 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1728056216, "lastModified": 1727617381,
"narHash": "sha256-IrO06gFUDTrTlIP3Sz+mRB6WUoO2YsgMtOD3zi0VEt0=", "narHash": "sha256-8HnTbBaYUeLXsgAbdEi25PRL5pQl7hKOkxpwviEn/zY=",
"owner": "NixOS", "owner": "Laurent2916",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "b7ca02c7565fbf6d27ff20dd6dbd49c5b82eef28", "rev": "e178cf9c77ce608bbed4f23cb71255965013060a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "Laurent2916",
"ref": "dell-xps-9315",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"type": "github" "type": "github"
} }
@ -791,11 +792,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727984844, "lastModified": 1727431250,
"narHash": "sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc=", "narHash": "sha256-uGRlRT47ecicF9iLD1G3g43jn2e+b5KaMptb59LHnvM=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "4446c7a6fc0775df028c5a3f6727945ba8400e64", "rev": "879b29ae9a0378904fbbefe0dadaed43c8905754",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -807,13 +808,13 @@
"wallpaper": { "wallpaper": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-dzmt9JluwqxxNV1rUw6g3J9hEu94JAVamatL2EOLK3A=", "narHash": "sha256-w0KUzj0DC+e53v9CrLRJimUTROh98IZixwCkDDLGMto=",
"type": "file", "type": "file",
"url": "https://images.unsplash.com/photo-1487856374269-301dc48a3c31?q=100&w=1920" "url": "https://images.unsplash.com/photo-1482686115713-0fbcaced6e28"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://images.unsplash.com/photo-1487856374269-301dc48a3c31?q=100&w=1920" "url": "https://images.unsplash.com/photo-1482686115713-0fbcaced6e28"
} }
}, },
"website": { "website": {

View file

@ -47,7 +47,7 @@
# inputs.nixpkgs.follows = "nixpkgs"; # leads to many recompilations # inputs.nixpkgs.follows = "nixpkgs"; # leads to many recompilations
}; };
nixos-hardware = { nixos-hardware = {
url = "github:NixOS/nixos-hardware"; url = "github:Laurent2916/nixos-hardware/dell-xps-9315";
}; };
impermanence = { impermanence = {
url = "github:nix-community/impermanence"; url = "github:nix-community/impermanence";
@ -55,7 +55,7 @@
# home stuff # home stuff
wallpaper = { wallpaper = {
url = "https://images.unsplash.com/photo-1487856374269-301dc48a3c31?q=100&w=1920"; url = "https://images.unsplash.com/photo-1482686115713-0fbcaced6e28";
flake = false; flake = false;
}; };
catppuccin = { catppuccin = {