Compare commits

..

No commits in common. "a3926692d44986a8665f9691a636bd11be632031" and "f80fcd4a55ad59c31dc9a624b2caaf045fed08eb" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View file

@ -157,11 +157,11 @@
}, },
"nixpkgs-unstable-small": { "nixpkgs-unstable-small": {
"locked": { "locked": {
"lastModified": 1717737457, "lastModified": 1717011309,
"narHash": "sha256-hqHp0W7ibfdu5DFc6EG3S3c+GSAbti7VUldFXSf/WiI=", "narHash": "sha256-VKnhQoXMNqX6uOUSKTsmRVBWz+TbTaz1nejq4oTN0z4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bf3faad723ca984fc4ea95c1cee1d975a8ca2a28", "rev": "1f1bda965c8e6e19d7656caf4821632b7e77d317",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -156,7 +156,9 @@
services.power-profiles-daemon.enable = true; services.power-profiles-daemon.enable = true;
environment.systemPackages = [ environment.systemPackages = [
pkgs.unstable.zed-editor pkgs.framework-tool
pkgs.zed-editor
]; ];
#programs.hyprland.enable = true; #programs.hyprland.enable = true;