polybar and related programms
This commit is contained in:
parent
c63a896abf
commit
d83931025b
5 changed files with 244 additions and 3 deletions
6
home.nix
6
home.nix
|
|
@ -28,6 +28,8 @@ in
|
|||
./programm_configs/zsh.nix
|
||||
./programm_configs/gnome.nix
|
||||
./programm_configs/autorandr.nix
|
||||
./programm_configs/polybar/polybar.nix
|
||||
./programm_configs/redshift.nix
|
||||
];
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
|
|
@ -44,12 +46,14 @@ in
|
|||
arandr
|
||||
thunderbird
|
||||
signal-desktop
|
||||
redshift
|
||||
nextcloud-client
|
||||
nixpkgs-fmt
|
||||
powerline-fonts
|
||||
font-manager
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
# dotfiles
|
||||
home.file = {
|
||||
rofitheme = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue