many changes
This commit is contained in:
@@ -31,7 +31,7 @@ in {
|
||||
./cachix.nix
|
||||
./users
|
||||
|
||||
./modules/steam.nix
|
||||
# ./modules/steam.nix
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
@@ -41,6 +41,8 @@ in {
|
||||
(import ./utils/overlays/packages.nix)
|
||||
];
|
||||
|
||||
services.gvfs.enable = true;
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
git
|
||||
git-lfs
|
||||
@@ -52,6 +54,7 @@ in {
|
||||
zsh-completions
|
||||
zsh-syntax-highlighting
|
||||
zsh-history-substring-search
|
||||
creality-print
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
@@ -172,7 +175,6 @@ in {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bento
|
||||
creality-print
|
||||
docker-compose
|
||||
drone-cli
|
||||
git-filter-repo
|
||||
@@ -184,7 +186,7 @@ in {
|
||||
wineWowPackages.stable
|
||||
wineWowPackages.fonts
|
||||
winetricks
|
||||
ykfde
|
||||
# ykfde
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
|
||||
Reference in New Issue
Block a user