Fix: minor errors #20

Merged
Peritia-System merged 2 commits from tempDeactivateDesktop into Dev 2026-01-13 10:41:23 +01:00
5 changed files with 12 additions and 12 deletions
Showing only changes of commit d945a0d7be - Show all commits

View file

@ -142,7 +142,7 @@ If you want to further customize Nixos95 you can use the following config option
name = "Terminal"; name = "Terminal";
description = "Run commands"; description = "Run commands";
icon = "xfce4-terminal"; icon = "xfce4-terminal";
pkg = pkgs.xfce.xfce4-terminal; pkg = pkgs.xfce4-terminal;
} }
{ {
name = "Browser"; name = "Browser";

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753294394, "lastModified": 1768271922,
"narHash": "sha256-1Dfgq09lHZ8AdYB2Deu/mYP1pMNpob8CgqT5Mzo44eI=", "narHash": "sha256-zmFw7AtcmfMxW3vR7AiGeQQeHhdrd2x7a3hxzd6vJYI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1fde6fb1be6cd5dc513dc1c287d69e4eb2de973e", "rev": "fbd566923adcfa67be512a14a79467e2ab8a5777",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1755615617, "lastModified": 1768127708,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=", "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "20075955deac2583bb12f07151c2df830ef346b4", "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -23,7 +23,7 @@ in lib.mkIf cfg.enable {
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
environment.systemPackages = [ environment.systemPackages = [
pkgs.xfce.xfce4-screenshooter pkgs.xfce4-screenshooter
]; ];
} }

View file

@ -37,7 +37,7 @@ in {
} }
{ {
key = "Super_L"; key = "Super_L";
pkg = pkgs.xfce.xfce4-whiskermenu-plugin; # open whiskermenu with a press on SUPER like on windows pkg = pkgs.xfce4-whiskermenu-plugin; # open whiskermenu with a press on SUPER like on windows
} }
{ {
key = "XF86AudioMute"; key = "XF86AudioMute";

View file

@ -108,7 +108,7 @@ in {
name = "Terminal"; name = "Terminal";
description = "Run commands"; description = "Run commands";
icon = "xfce4-terminal"; icon = "xfce4-terminal";
pkg = pkgs.xfce.xfce4-terminal; pkg = pkgs.xfce4-terminal;
} }
{ {
name = "Browser"; name = "Browser";
@ -125,8 +125,8 @@ in {
config = lib.mkIf config.nixos95.enable { config = lib.mkIf config.nixos95.enable {
environment.systemPackages = [ environment.systemPackages = [
pkgs.xfce.xfce4-whiskermenu-plugin pkgs.xfce4-whiskermenu-plugin
(lib.mkIf cfg.battery-plugin.enable pkgs.xfce.xfce4-battery-plugin) (lib.mkIf cfg.battery-plugin.enable pkgs.xfce4-battery-plugin)
]; ];
home-manager.users.${user} = { home-manager.users.${user} = {