aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-05-03 02:00:17 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-05-03 02:00:17 -0700
commit82d440f012caa9b6ac26e6caa980e57ac63853f6 (patch)
treef761d4be24df2fc156591dc7883e3185cb87e47d /home
parent57cc28954ad7624021366eb02cebe95e4021ab55 (diff)
downloadnix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.gz
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.bz2
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.lz
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.xz
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.tar.zst
nix-82d440f012caa9b6ac26e6caa980e57ac63853f6.zip
Enable wireless properly and make fonts optional
Diffstat (limited to 'home')
-rw-r--r--home/nipsy/common/optional/desktops/default.nix1
-rw-r--r--home/nipsy/common/optional/desktops/fonts.nix (renamed from home/nipsy/common/core/fonts.nix)0
2 files changed, 1 insertions, 0 deletions
diff --git a/home/nipsy/common/optional/desktops/default.nix b/home/nipsy/common/optional/desktops/default.nix
index 2369ca5..26e369a 100644
--- a/home/nipsy/common/optional/desktops/default.nix
+++ b/home/nipsy/common/optional/desktops/default.nix
@@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
+ ./fonts.nix
./gtk.nix
./i3
./services/dunst.nix
diff --git a/home/nipsy/common/core/fonts.nix b/home/nipsy/common/optional/desktops/fonts.nix
index b152abe..b152abe 100644
--- a/home/nipsy/common/core/fonts.nix
+++ b/home/nipsy/common/optional/desktops/fonts.nix