Skip to content

Commit

Permalink
Update packages i use
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Sep 14, 2024
1 parent 8bd3c35 commit f309022
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
1 change: 0 additions & 1 deletion .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fi

# ↓ Wm startup
picom -f &
#setxkbmap fr &
flameshot &
dunst &
exec qtile start
24 changes: 8 additions & 16 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,25 @@
inherit username;
homeDirectory = "/home/${username}";

keyboard = null;
keyboard = null; # using custom layout

stateVersion = "22.11";
sessionVariables = {
EDITOR = "${pkgs.nano}/bin/nano";
};
sessionVariables.EDITOR = "nvim";

packages = with pkgs; [
# settings
arandr
brightnessctl

# volume
pamixer
pavucontrol

# messaging
discord
teams-for-linux
floorp
teams-for-linux

# dev
nix-output-monitor
gnumake
lazygit
tokei
Expand All @@ -67,20 +65,13 @@
peek
ripgrep
dconf
mtm # minimalistic multiplexer
zip
unzip
];
};

manual.manpages.enable = false;
programs = {
home-manager.enable = true;
tmux.enable = true;

bat = {
enable = true;
config.theme = "base16";
};

dircolors.enable = true;

direnv = {
Expand All @@ -90,6 +81,7 @@
};

feh.enable = true;
home-manager.enable = true;
zoxide = {
enable = true;
enableZshIntegration = true;
Expand Down
5 changes: 0 additions & 5 deletions system/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,13 @@
htop
tree
vim
vifm
wget

libnotify
virt-manager

man-pages
man-pages-posix

zip
unzip
prismlauncher
];
};

Expand Down

0 comments on commit f309022

Please sign in to comment.