Adicionado DMS e update de rotina
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerd-fonts.ubuntu-mono
|
||||
nerd-fonts.ubuntu-sans
|
||||
nerd-fonts.dejavu-sans-mono
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.overpass
|
||||
noto-fonts
|
||||
liberation_ttf
|
||||
dejavu_fonts
|
||||
];
|
||||
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
./steam.nix
|
||||
./lact.nix
|
||||
./obs.nix
|
||||
#./thunar.nix
|
||||
./fontes.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
adwaita-qt
|
||||
adwaita-qt6
|
||||
winboat
|
||||
|
||||
xwayland-satellite
|
||||
|
||||
## inputs stable
|
||||
#inputs.nixpkgs-stable.legacyPackages.${pkgs.stdenv.hostPlatform.system}
|
||||
];
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
programs.xfconf.enable = true;
|
||||
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
thunar-archive-plugin
|
||||
thunar-vcs-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
|
||||
services = {
|
||||
gvfs.enable = true;
|
||||
tumbler.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user