back to normal

This commit is contained in:
Matt Nish-Lapidus 2025-06-24 18:15:05 -04:00
parent e7194e17be
commit 57b6b3c38e
3 changed files with 14 additions and 13 deletions

24
flake.lock generated
View file

@ -90,11 +90,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1750782371, "lastModified": 1750785611,
"narHash": "sha256-zY7iFqVYiHesvmBbJOfkGcgONicJz/UFoMVZ8XbrPGM=", "narHash": "sha256-fi8N4PAlBA6A1yoXywCQsagGfCMNPHt9QL05p644jjU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "b1b988141b9541453a15a90b52a0ab0896a732cd", "rev": "0cce9a0141bd5d937262adb4861355d07015e715",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -415,11 +415,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1750781171, "lastModified": 1750798083,
"narHash": "sha256-39oPt8TJZmt3bNEKBcwB+QuasiavRDwM5jkw6UkRb98=", "narHash": "sha256-DTCCcp6WCFaYXWKFRA6fiI2zlvOLCf5Vwx8+/0R8Wc4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a4bac2b9ba2f9bd68032880da8ae6b44fbc46047", "rev": "ff31a4677c1a8ae506aa7e003a3dba08cb203f82",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -823,11 +823,11 @@
"xwayland-satellite-unstable": "xwayland-satellite-unstable" "xwayland-satellite-unstable": "xwayland-satellite-unstable"
}, },
"locked": { "locked": {
"lastModified": 1750735687, "lastModified": 1750794604,
"narHash": "sha256-pscxcZpLGcEEJGVjFAM7X77cARABc7M+zVyUN6qsEmU=", "narHash": "sha256-DUp4TiFrkQRGdbbcLJJqYlLBNSV2cnOavXWshSq9634=",
"owner": "sodiboo", "owner": "sodiboo",
"repo": "niri-flake", "repo": "niri-flake",
"rev": "a581a91b7406a0b9039ef22e37e5166bd3b1a139", "rev": "e25d4210316a72df39459e460050257f397021fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -856,11 +856,11 @@
"niri-unstable": { "niri-unstable": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1750684365, "lastModified": 1750791124,
"narHash": "sha256-BqtoSRCgmutJXnQFZs+KFMNvp3LuX6POIHjXIxWdlTE=", "narHash": "sha256-F5iVU/hjoSHSSe0gllxm0PcAaseEtGNanYK5Ha3k2Tg=",
"owner": "YaLTeR", "owner": "YaLTeR",
"repo": "niri", "repo": "niri",
"rev": "4c02f3bba451747c3f337f4c131b0c7f9ef41bb7", "rev": "37458d94b288945f6cfbd3c5c233f634d59f246c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -145,6 +145,7 @@ in
systemd.user.tmpfiles.rules = [ systemd.user.tmpfiles.rules = [
"L /home/emenel/mounts - - - - /mnt" "L /home/emenel/mounts - - - - /mnt"
"L /home/emenel/Documents - - - - /home/emenel/documents"
]; ];
xdg.configFile."xdg-desktop-portal-termfilechooser" = { xdg.configFile."xdg-desktop-portal-termfilechooser" = {

View file

@ -2,6 +2,6 @@
{ {
programs.niri = { programs.niri = {
enable = true; enable = true;
package = pkgs.niri-stable; package = pkgs.niri-unstable;
}; };
} }