summaryrefslogtreecommitdiff
path: root/hosts/libreX60/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/libreX60/configuration.nix')
-rw-r--r--hosts/libreX60/configuration.nix24
1 files changed, 3 insertions, 21 deletions
diff --git a/hosts/libreX60/configuration.nix b/hosts/libreX60/configuration.nix
index 74b7012..bf4f388 100644
--- a/hosts/libreX60/configuration.nix
+++ b/hosts/libreX60/configuration.nix
@@ -13,8 +13,9 @@
grub.biosDevice = "/dev/sda";
};
+ # NOTE libre kernel removed, check back later
# Use libre kernel
- boot.kernelPackages = pkgs.linuxPackages-libre;
+ #boot.kernelPackages = pkgs.linuxPackages-libre;
# Enable common options
_archetypes = {
@@ -39,26 +40,7 @@
# Configure home
home-manager.users.timmy = {
- gtk._mintTheme = {
- dark = true;
- color = "Red";
- icons.color = "Red";
- };
- fonts.fontconfig.defaultFonts.monospace = [ "TamzenForPowerline" ];
- gtk = {
- font.name = "monospace";
- font.size = 8;
- cursorTheme.size = 24;
- };
- programs._st = {
- enable = true;
- font = {
- name = "TamzenForPowerline";
- attrs = {
- pixelsize = 14;
- };
- };
- };
+ imports = [ ./home.nix ];
};
system.stateVersion = "24.11";