cityseventeen: rename and make tokyo night
This commit is contained in:
parent
6004b4eac5
commit
0d7aa6843b
36 changed files with 394 additions and 438 deletions
56
hosts/cityseventeen/users/arturm/default.nix
Normal file
56
hosts/cityseventeen/users/arturm/default.nix
Normal file
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
alqueva.users.arturm = {
|
||||
shell = pkgs.zsh;
|
||||
tmpfiles = [
|
||||
"L+ %h/.config/qutebrowser/config.py - - - - ${./configs/qutebrowser/config.py}"
|
||||
"L+ %h/.config/qutebrowser/theme - - - - ${./configs/qutebrowser/theme}"
|
||||
"L+ %h/.config/kanshi/ - - - - ${./configs/kanshi}"
|
||||
"L+ %h/.config/mako/ - - - - ${./configs/mako}"
|
||||
"L+ %h/.config/niri/ - - - - ${./configs/niri}"
|
||||
"L+ %h/.config/foot - - - - ${./configs/foot}"
|
||||
"L+ %h/.config/fuzzel - - - - ${./configs/fuzzel}"
|
||||
"L+ %h/.config/waybar - - - - ${./configs/waybar}"
|
||||
"L+ %h/.face.icon - - - - ${./.face.icon}"
|
||||
"L+ %h/.gitconfig - - - - ${./configs/git/gitconfig}"
|
||||
"L+ %h/.config/vesktop/settings/quickCss.css - - - - ${./configs/vesktop/quickCss.css}"
|
||||
];
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
eww
|
||||
wget
|
||||
mpv
|
||||
imv
|
||||
amberol
|
||||
fractal
|
||||
nicotine-plus-libadwaita
|
||||
nautilus
|
||||
librewolf
|
||||
playerctl
|
||||
geary
|
||||
qutebrowser
|
||||
mako
|
||||
gh
|
||||
fuzzel
|
||||
foot
|
||||
signal-desktop
|
||||
dino
|
||||
polari
|
||||
vesktop
|
||||
;
|
||||
inherit (inputs.hetch.packages.${pkgs.system}) hetch;
|
||||
};
|
||||
groups = [
|
||||
"wheel"
|
||||
"video"
|
||||
"audio"
|
||||
"networkmanager"
|
||||
"input"
|
||||
"libvirtd"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue