.
This commit is contained in:
parent
7c443e2884
commit
4490ca84bd
3 changed files with 2 additions and 5 deletions
|
@ -18,6 +18,7 @@
|
||||||
type = "wayland";
|
type = "wayland";
|
||||||
|
|
||||||
applications = {
|
applications = {
|
||||||
|
communication.enable = true;
|
||||||
office.enable = true;
|
office.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,9 +17,5 @@ in
|
||||||
user.packages = attrValues {
|
user.packages = attrValues {
|
||||||
inherit (pkgs) webcord teamspeak_client;
|
inherit (pkgs) webcord teamspeak_client;
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
corefonts
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -44,7 +44,7 @@ in
|
||||||
rgFull = pkgs.ripgrep.override {withPCRE2 = true;};
|
rgFull = pkgs.ripgrep.override {withPCRE2 = true;};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
hm.programs = {
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
eza.enable = true;
|
eza.enable = true;
|
||||||
fzf.enable = true;
|
fzf.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue