Compare commits

..

No commits in common. "de058169d5539fc2e5b2a7a7800194ab047874a9" and "2304c5fec1910947247b4d64efc54cd6d95db227" have entirely different histories.

3 changed files with 10 additions and 13 deletions

View file

@ -193,11 +193,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1737359802,
"narHash": "sha256-utplyRM6pqnN940gfaLFBb9oUCSzkan86IvmkhsVlN8=",
"lastModified": 1736441705,
"narHash": "sha256-OL7leZ6KBhcDF3nEKe4aZVfIm6xQpb1Kb+mxySIP93o=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "61c79181e77ef774ab0468b28a24bc2647d498d6",
"rev": "8870dcaff63dfc6647fb10648b827e9d40b0a337",
"type": "github"
},
"original": {
@ -225,11 +225,11 @@
},
"nixpkgs-unstable-small": {
"locked": {
"lastModified": 1737959576,
"narHash": "sha256-eEOiMxfxYSLa/8jcDZEK46TjqLO+8cJ5C9ufHXz1oIw=",
"lastModified": 1737007772,
"narHash": "sha256-YmN6LpUQwOaY7gYdcXtX5CtpT4W37taAjbAF6WOmY4Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "970c26517231e07b71f3eaaa9aa2ebe539c354d3",
"rev": "62e9d4ae7c343fdae23f7cf347d98204488c1401",
"type": "github"
},
"original": {
@ -257,11 +257,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1737404927,
"narHash": "sha256-e1WgPJpIYbOuokjgylcsuoEUCB4Jl2rQXa2LUD6XAG8=",
"lastModified": 1736684107,
"narHash": "sha256-vH5mXxEvZeoGNkqKoCluhTGfoeXCZ1seYhC2pbMN0sg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ae584d90cbd0396a422289ee3efb1f1c9d141dc3",
"rev": "635e887b48521e912a516625eee7df6cf0eba9c1",
"type": "github"
},
"original": {

View file

@ -74,10 +74,6 @@
home-manager.users.alarsyo = import ./home;
home-manager.verbose = true;
};
nix-registry = {
nix.registry.nixpkgs.flake = nixpkgs;
nix.registry.unstable.flake = inputs.nixpkgs-unstable-small;
};
};
overlays = import ./overlays;

View file

@ -157,6 +157,7 @@
services.power-profiles-daemon.enable = true;
environment.systemPackages = [
pkgs.unstable.zed-editor
pkgs.foot
];