feat(work): add specific configuration
This commit is contained in:
parent
5994859096
commit
630daabbd8
3 changed files with 30 additions and 16 deletions
|
@ -17,21 +17,9 @@
|
|||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
video = {
|
||||
kdenlive.enable = false;
|
||||
mpv.enable = false;
|
||||
};
|
||||
web.firefox.enable = true;
|
||||
web.qutebrowser.enable = false;
|
||||
web.webcord.enable = false;
|
||||
gaming.lutris.enable = false;
|
||||
desktop.sway = {
|
||||
enable = false;
|
||||
kanshi = false;
|
||||
waybar = {
|
||||
laptop = false;
|
||||
gpuThermal.enable = false;
|
||||
};
|
||||
web.firefox = {
|
||||
enable = true;
|
||||
enableNixGL = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
20
hosts/yorick-Latitude-7320/includes/home-manager.nix
Normal file
20
hosts/yorick-Latitude-7320/includes/home-manager.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
font-awesome
|
||||
lato
|
||||
liberation_ttf
|
||||
libertine
|
||||
libnotify
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"FiraCode"
|
||||
];
|
||||
})
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
slurp
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue