mako config & some dev stuff

This commit is contained in:
gpskwlkr 2024-03-30 21:31:44 +04:00
parent a882302f1c
commit 3728ac496d
5 changed files with 20 additions and 19 deletions

View file

@ -1,10 +1,8 @@
sort=-time
layer=overlay
background-color=#2e3440
width=300
height=110
border-size=2
border-color=#88c0d0
border-radius=15
icons=0
max-icon-size=64
@ -12,16 +10,18 @@ default-timeout=5000
ignore-timeout=1
font=monospace 14
[urgency=low]
border-color=#cccccc
[urgency=normal]
border-color=#d08770
[urgency=high]
border-color=#bf616a
default-timeout=0
border-color=#f5a97f
[category=mpd]
default-timeout=2000
group-by=category
# Colors
background-color=#24273a
text-color=#cad3f5
border-color=#8aadf4
progress-color=over #363a4f

View file

@ -18,11 +18,9 @@
python-pkgs.pip
python-pkgs.requests
]))
pkgs.rustc
pkgs.rust-analyzer
pkgs.clippy
pkgs.cargo
pkgs.rustup
pkgs.pkgsCross.mingwW64.stdenv.cc
pkgs.pkgsCross.mingwW64.windows.pthreads
pkgs.zig
# Work stuff

View file

@ -12,16 +12,20 @@
lm_sensors
libsForQt5.qt5.qtquickcontrols2
libsForQt5.qt5.qtgraphicaleffects
libsForQt5.qt5.qt5-svg
libsForQt5.qt5.qtsvg
neofetch
neovim
ripgrep
tldr
unzip
openssl
openssl.dev
pkg-config
wget
xfce.thunar
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
zip
zoxide
];
}

View file

@ -44,7 +44,7 @@
tmuxPlugins.vim-tmux-navigator
tmuxPlugins.resurrect
tmuxPlugins.continuum
tmuxPlugins.nord
tmuxPlugins.catppuccin
];
extraConfig = ''
@ -83,7 +83,7 @@
set -g @resurrect-capture-pane-contents 'on'
set -g @continuum-restore 'on'
set -g @themepack 'nord'
set -g @catppuccin-flavour 'macchiato'
'';
};

View file

@ -10,7 +10,6 @@ users.users.gpskwlkr = {
"kvm"
"libvirtd"
"networkmanager"
"docker"
];
};
}