Adding eww

This commit is contained in:
Miguel Palhas
2024-10-02 18:31:30 +01:00
parent 52dff5d699
commit a99c965d05
6 changed files with 452 additions and 34 deletions
-6
View File
@@ -35,10 +35,4 @@ in {
hashedPassword =
"$y$j9T$0p/ZYQsSA/FroVjV59pI/0$LKyzass6W9GjJR0GLWI6xhVrLi0b5AYYMR3MvQKNK11";
};
fileSystems."mnt/nfs" = {
device = "192.168.122.1:/home/naps62/projects/nixos";
fsType = "nfs";
options = [ "rw" "soft" ];
};
}
+2 -2
View File
@@ -11,6 +11,7 @@
pkgs.obs-studio
pkgs.calibre
pkgs.gimp
pkgs.font-manager
# communication
pkgs.slack
@@ -21,7 +22,6 @@
pkgs.bruno
pkgs.bun
pkgs.fira-code
];
fonts = {
@@ -38,7 +38,7 @@
defaultFonts = {
serif = [ "Libertine" ];
sansSerif = [ "Ubuntu" ];
monospace = [ "FiraCode" ];
monospace = [ "FiraCode" "VictorMono" ];
};
};
};