Compare commits

..

No commits in common. "10f25c5e7362967c865216bbd006ae1eb414280f" and "1451149a81f6c20e6c78938567012930bc3d5796" have entirely different histories.

3 changed files with 7 additions and 13 deletions

View file

@ -483,11 +483,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702735279, "lastModified": 1702538064,
"narHash": "sha256-SztEzDOE/6bDNnWWvnRbSHPVrgewLwdSei1sxoZFejM=", "narHash": "sha256-At5GwJPu2tzvS9dllhBoZmqK6lkkh/sOp2YefWRlaL8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e9b9ecef4295a835ab073814f100498716b05a96", "rev": "0e2e443ff24f9d75925e91b89d1da44b863734af",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -505,11 +505,11 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1702675213, "lastModified": 1702600743,
"narHash": "sha256-Sl5gAPzCvYmXw7jo7ISzz/djhprOstFLRyznfxq2JIw=", "narHash": "sha256-gxWffHkvtfarJ3ANJFRO3aohrIgwGVnDpG2WhKfLbf8=",
"owner": "hyprwm", "owner": "hyprwm",
"repo": "Hyprland", "repo": "Hyprland",
"rev": "b1b8d732e64ecf527baef010ad2f28ed3b8c4ac1", "rev": "36fa33f7ca2f555cc8581a13c5899effed2bf84b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -19,5 +19,5 @@ in {
}; };
}; };
programs.zsh.shellAliases.htop = "btop"; programs.zsh.shellAliases = {htop = "btop";};
} }

View file

@ -13,15 +13,9 @@
xdg.portal = { xdg.portal = {
enable = true; enable = true;
wlr.enable = true; wlr.enable = true;
config = {
common.default = ["wlr" "gtk"];
hyprland.default = ["hyprland"];
};
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-hyprland
]; ];
}; };