summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/home.nix13
-rw-r--r--home/wayland/hyprland/hyprland.nix2
2 files changed, 8 insertions, 7 deletions
diff --git a/home/home.nix b/home/home.nix
index 39f4567..642352f 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -25,10 +25,13 @@
home.stateVersion = "25.05";
home.packages = with pkgs; [
+ grim
+ slurp
+ satty
+
brave
winboat
ripgrep
- jq
nix-index
qbittorrent-enhanced
fastfetch
@@ -43,16 +46,12 @@
obs-cmd
obs-studio
mako
- satty
thunderbird
- nautilus
- kdePackages.dolphin
- xfce.thunar-volman
- xfce.thunar-vcs-plugin
+ xfce.thunar
xfce.thunar-archive-plugin
+ xfce.thunar-volman
magic-wormhole
obsidian
- xfce.thunar
alsa-utils
];
diff --git a/home/wayland/hyprland/hyprland.nix b/home/wayland/hyprland/hyprland.nix
index fe85283..531ea62 100644
--- a/home/wayland/hyprland/hyprland.nix
+++ b/home/wayland/hyprland/hyprland.nix
@@ -31,6 +31,8 @@
];
input = {
+ kb_layout = "pl";
+
accel_profile = "flat";
sensitivity = -0.6;
repeat_rate = 45;