install rc2nix, some shortcuts

This commit is contained in:
Tao Tien 2024-03-20 13:53:13 -07:00
parent acf0da350a
commit 6105802282
3 changed files with 9 additions and 2 deletions

View file

@ -9,6 +9,10 @@
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
plasma-manager = {
url = "github:pjones/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# stylix.url = "github:danth/stylix"; # stylix.url = "github:danth/stylix";
helix = { helix = {
url = "github:the-mikedavis/helix"; url = "github:the-mikedavis/helix";
@ -40,6 +44,7 @@
nixos-hardware, nixos-hardware,
nixos-raspberrypi, nixos-raspberrypi,
home-manager, home-manager,
plasma-manager,
# stylix, # stylix,
helix, helix,
jujutsu, jujutsu,

View file

@ -5,6 +5,7 @@
... ...
}: { }: {
users.users.tao.packages = with pkgs; [ users.users.tao.packages = with pkgs; [
inputs.plasma-manager.packages.${pkgs.system}.default
# enchant # enchant
# fractal # fractal
# joshuto # joshuto

View file

@ -45,7 +45,7 @@
"kwin"."MoveZoomLeft" = [ ]; "kwin"."MoveZoomLeft" = [ ];
"kwin"."MoveZoomRight" = [ ]; "kwin"."MoveZoomRight" = [ ];
"kwin"."MoveZoomUp" = [ ]; "kwin"."MoveZoomUp" = [ ];
"kwin"."Overview" = "Meta+W"; "kwin"."Overview" = [ ];
"kwin"."Setup Window Shortcut" = [ ]; "kwin"."Setup Window Shortcut" = [ ];
"kwin"."Show Desktop" = "Meta+D"; "kwin"."Show Desktop" = "Meta+D";
"kwin"."Switch One Desktop Down" = "Meta+Ctrl+Down"; "kwin"."Switch One Desktop Down" = "Meta+Ctrl+Down";
@ -225,6 +225,7 @@
"plasmashell"."switch to next activity" = [ ]; "plasmashell"."switch to next activity" = [ ];
"plasmashell"."switch to previous activity" = [ ]; "plasmashell"."switch to previous activity" = [ ];
"plasmashell"."toggle do not disturb" = [ ]; "plasmashell"."toggle do not disturb" = [ ];
"services.org.wezfurlong.wezterm.desktop"."_launch" = "Meta+Return";
}; };
configFile = { configFile = {
"baloofilerc"."General"."dbVersion" = 2; "baloofilerc"."General"."dbVersion" = 2;
@ -260,7 +261,7 @@
"kwinrc"."Desktops"."Number" = 1; "kwinrc"."Desktops"."Number" = 1;
"kwinrc"."Desktops"."Rows" = 1; "kwinrc"."Desktops"."Rows" = 1;
"kwinrc"."Tiling"."padding" = 4; "kwinrc"."Tiling"."padding" = 4;
"kwinrc"."Tiling.b139d5e7-0994-57d9-b378-1e6f13020bc3"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"width\":0.25},{\"width\":0.5},{\"width\":0.25}]}"; "kwinrc"."Tiling.b139d5e7-0994-57d9-b378-1e6f13020bc3"."tiles" = "{\"layoutDirection\":\"horizontal\",\"tiles\":[{\"width\":0.5},{\"width\":0.5}]}";
"kwinrc"."Wayland"."InputMethod[$e]" = "/run/current-system/sw/share/applications/fcitx5-wayland-launcher.desktop"; "kwinrc"."Wayland"."InputMethod[$e]" = "/run/current-system/sw/share/applications/fcitx5-wayland-launcher.desktop";
"kwinrc"."Xwayland"."Scale" = 1; "kwinrc"."Xwayland"."Scale" = 1;
"kxkbrc"."Layout"."DisplayNames" = ""; "kxkbrc"."Layout"."DisplayNames" = "";