From 6766993a87e7dfe8f848e62dfd2c9dc3d6a5a09f Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Wed, 6 Nov 2024 14:03:40 +0100 Subject: [PATCH] ? --- .gitignore | 0 .gitmodules | 0 absol/configuration.nix | 2 +- absol/doom/config.el | 0 absol/doom/init.el | 0 absol/doom/packages.el | 0 absol/eww/config/eww.scss | 0 absol/eww/config/eww.yuck | 0 absol/eww/config/widgets/resources/eww.yuck | 0 .../workspaces/change-active-workspace.sh | 0 absol/eww/config/widgets/workspaces/eww.yuck | 0 absol/eww/default.nix | 0 absol/hardware-configuration.nix | 0 absol/hypr/catppuccin-macchiato.rasi | 0 absol/hypr/hypridle.conf | 2 +- absol/hypr/hyprland.nix | 0 absol/hypr/hyprlock.conf | 0 absol/hypr/hyprpaper.conf | 0 absol/hypr/wallpaper.jpg | Bin absol/hypr/wallpaper_old.jpg | Bin absol/leonv.nix | 1 + common/doom.d/config.el | 0 common/doom.d/init.el | 0 common/doom.d/packages.el | 0 common/neovim/coc.nix | 0 common/neovim/coq.nix | 0 common/neovim/default.nix | 0 common/neovim/haskell.nix | 0 common/neovim/lightline.nix | 0 common/neovim/nerdtree.nix | 0 common/neovim/nvimrc.nix | 0 common/neovim/telescope.nix | 0 common/neovim/treesitter.nix | 0 common/vim.nix | 0 common/vimrc.nix | 0 common/vscode.nix | 7 ++ dafoe/README.md | 0 dafoe/configuration.nix | 0 dafoe/hardware-configuration.nix | 0 dafoe/programs/default.nix | 0 dafoe/programs/neovim.nix | 0 dafoe/programs/ssh.nix | 0 dafoe/programs/starship.nix | 0 dafoe/programs/zsh.nix | 0 dafoe/services/acme.nix | 0 dafoe/services/ddns.nix | 0 dafoe/services/default.nix | 0 dafoe/services/forgejo.nix | 0 dafoe/services/nextcloud.nix | 0 dafoe/services/nginx.nix | 0 dafoe/services/restic.nix | 0 dafoe/services/resumee-website.nix | 0 dafoe/services/ssh.nix | 0 dafoe/services/vaultwarden.nix | 0 flake.lock | 0 flake.nix | 0 gunther/README.md | 0 gunther/configuration.nix | 6 +- gunther/doom/config.el | 0 gunther/doom/init.el | 0 gunther/doom/packages.el | 0 gunther/eww/config/eww.scss | 0 gunther/eww/config/eww.yuck | 0 gunther/eww/config/widgets/resources/eww.yuck | 0 .../eww/config/widgets/window-title/eww.yuck | 0 .../widgets/window-title/get-window-title.sh | 0 .../workspaces/change-active-workspace.sh | 0 .../eww/config/widgets/workspaces/eww.yuck | 0 gunther/eww/default.nix | 0 gunther/hardware-configuration.nix | 21 ++-- gunther/hypr/catppuccin-macchiato.rasi | 0 gunther/hypr/hyprland.nix | 94 +----------------- gunther/hypr/hyprpaper.conf | 0 gunther/hypr/wallpaper.jpg | Bin gunther/leonv.nix | 16 +++ gunther/specs.png | Bin iso/README.md | 0 iso/configuration.nix | 0 nix-secrets | 2 +- 79 files changed, 50 insertions(+), 101 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .gitmodules mode change 100644 => 100755 absol/doom/config.el mode change 100644 => 100755 absol/doom/init.el mode change 100644 => 100755 absol/doom/packages.el mode change 100644 => 100755 absol/eww/config/eww.scss mode change 100644 => 100755 absol/eww/config/eww.yuck mode change 100644 => 100755 absol/eww/config/widgets/resources/eww.yuck mode change 100644 => 100755 absol/eww/config/widgets/workspaces/change-active-workspace.sh mode change 100644 => 100755 absol/eww/config/widgets/workspaces/eww.yuck mode change 100644 => 100755 absol/eww/default.nix mode change 100644 => 100755 absol/hardware-configuration.nix mode change 100644 => 100755 absol/hypr/catppuccin-macchiato.rasi mode change 100644 => 100755 absol/hypr/hypridle.conf mode change 100644 => 100755 absol/hypr/hyprland.nix mode change 100644 => 100755 absol/hypr/hyprlock.conf mode change 100644 => 100755 absol/hypr/hyprpaper.conf mode change 100644 => 100755 absol/hypr/wallpaper.jpg mode change 100644 => 100755 absol/hypr/wallpaper_old.jpg mode change 100644 => 100755 common/doom.d/config.el mode change 100644 => 100755 common/doom.d/init.el mode change 100644 => 100755 common/doom.d/packages.el mode change 100644 => 100755 common/neovim/coc.nix mode change 100644 => 100755 common/neovim/coq.nix mode change 100644 => 100755 common/neovim/default.nix mode change 100644 => 100755 common/neovim/haskell.nix mode change 100644 => 100755 common/neovim/lightline.nix mode change 100644 => 100755 common/neovim/nerdtree.nix mode change 100644 => 100755 common/neovim/nvimrc.nix mode change 100644 => 100755 common/neovim/telescope.nix mode change 100644 => 100755 common/neovim/treesitter.nix mode change 100644 => 100755 common/vim.nix mode change 100644 => 100755 common/vimrc.nix mode change 100644 => 100755 dafoe/README.md mode change 100644 => 100755 dafoe/configuration.nix mode change 100644 => 100755 dafoe/hardware-configuration.nix mode change 100644 => 100755 dafoe/programs/default.nix mode change 100644 => 100755 dafoe/programs/neovim.nix mode change 100644 => 100755 dafoe/programs/ssh.nix mode change 100644 => 100755 dafoe/programs/starship.nix mode change 100644 => 100755 dafoe/programs/zsh.nix mode change 100644 => 100755 dafoe/services/acme.nix mode change 100644 => 100755 dafoe/services/ddns.nix mode change 100644 => 100755 dafoe/services/default.nix mode change 100644 => 100755 dafoe/services/forgejo.nix mode change 100644 => 100755 dafoe/services/nextcloud.nix mode change 100644 => 100755 dafoe/services/nginx.nix mode change 100644 => 100755 dafoe/services/restic.nix mode change 100644 => 100755 dafoe/services/resumee-website.nix mode change 100644 => 100755 dafoe/services/ssh.nix mode change 100644 => 100755 dafoe/services/vaultwarden.nix mode change 100644 => 100755 flake.lock mode change 100644 => 100755 flake.nix mode change 100644 => 100755 gunther/README.md mode change 100644 => 100755 gunther/doom/config.el mode change 100644 => 100755 gunther/doom/init.el mode change 100644 => 100755 gunther/doom/packages.el mode change 100644 => 100755 gunther/eww/config/eww.scss mode change 100644 => 100755 gunther/eww/config/eww.yuck mode change 100644 => 100755 gunther/eww/config/widgets/resources/eww.yuck mode change 100644 => 100755 gunther/eww/config/widgets/window-title/eww.yuck mode change 100644 => 100755 gunther/eww/config/widgets/window-title/get-window-title.sh mode change 100644 => 100755 gunther/eww/config/widgets/workspaces/change-active-workspace.sh mode change 100644 => 100755 gunther/eww/config/widgets/workspaces/eww.yuck mode change 100644 => 100755 gunther/eww/default.nix mode change 100644 => 100755 gunther/hypr/catppuccin-macchiato.rasi mode change 100644 => 100755 gunther/hypr/hyprland.nix mode change 100644 => 100755 gunther/hypr/hyprpaper.conf mode change 100644 => 100755 gunther/hypr/wallpaper.jpg mode change 100644 => 100755 gunther/specs.png mode change 100644 => 100755 iso/README.md mode change 100644 => 100755 iso/configuration.nix diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.gitmodules b/.gitmodules old mode 100644 new mode 100755 diff --git a/absol/configuration.nix b/absol/configuration.nix index ba6448e..c55d367 100755 --- a/absol/configuration.nix +++ b/absol/configuration.nix @@ -184,7 +184,7 @@ ((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; })) mononoki # noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji ]; enableDefaultPackages = true; diff --git a/absol/doom/config.el b/absol/doom/config.el old mode 100644 new mode 100755 diff --git a/absol/doom/init.el b/absol/doom/init.el old mode 100644 new mode 100755 diff --git a/absol/doom/packages.el b/absol/doom/packages.el old mode 100644 new mode 100755 diff --git a/absol/eww/config/eww.scss b/absol/eww/config/eww.scss old mode 100644 new mode 100755 diff --git a/absol/eww/config/eww.yuck b/absol/eww/config/eww.yuck old mode 100644 new mode 100755 diff --git a/absol/eww/config/widgets/resources/eww.yuck b/absol/eww/config/widgets/resources/eww.yuck old mode 100644 new mode 100755 diff --git a/absol/eww/config/widgets/workspaces/change-active-workspace.sh b/absol/eww/config/widgets/workspaces/change-active-workspace.sh old mode 100644 new mode 100755 diff --git a/absol/eww/config/widgets/workspaces/eww.yuck b/absol/eww/config/widgets/workspaces/eww.yuck old mode 100644 new mode 100755 diff --git a/absol/eww/default.nix b/absol/eww/default.nix old mode 100644 new mode 100755 diff --git a/absol/hardware-configuration.nix b/absol/hardware-configuration.nix old mode 100644 new mode 100755 diff --git a/absol/hypr/catppuccin-macchiato.rasi b/absol/hypr/catppuccin-macchiato.rasi old mode 100644 new mode 100755 diff --git a/absol/hypr/hypridle.conf b/absol/hypr/hypridle.conf old mode 100644 new mode 100755 index bd7dd01..48ab20f --- a/absol/hypr/hypridle.conf +++ b/absol/hypr/hypridle.conf @@ -6,7 +6,7 @@ general { listener { timeout = 150 # 2.5min. - on-timeout = brillo -O && brillo -S 10 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-timeout = brillo -O && brillo -S 4 # set monitor backlight to minimum, avoid 0 on OLED monitor. on-resume = brillo -I # monitor backlight restore. } diff --git a/absol/hypr/hyprland.nix b/absol/hypr/hyprland.nix old mode 100644 new mode 100755 diff --git a/absol/hypr/hyprlock.conf b/absol/hypr/hyprlock.conf old mode 100644 new mode 100755 diff --git a/absol/hypr/hyprpaper.conf b/absol/hypr/hyprpaper.conf old mode 100644 new mode 100755 diff --git a/absol/hypr/wallpaper.jpg b/absol/hypr/wallpaper.jpg old mode 100644 new mode 100755 diff --git a/absol/hypr/wallpaper_old.jpg b/absol/hypr/wallpaper_old.jpg old mode 100644 new mode 100755 diff --git a/absol/leonv.nix b/absol/leonv.nix index ed864f5..0c891f1 100755 --- a/absol/leonv.nix +++ b/absol/leonv.nix @@ -16,6 +16,7 @@ ausweisapp # stuff + swi-prolog jq vlc openvpn diff --git a/common/doom.d/config.el b/common/doom.d/config.el old mode 100644 new mode 100755 diff --git a/common/doom.d/init.el b/common/doom.d/init.el old mode 100644 new mode 100755 diff --git a/common/doom.d/packages.el b/common/doom.d/packages.el old mode 100644 new mode 100755 diff --git a/common/neovim/coc.nix b/common/neovim/coc.nix old mode 100644 new mode 100755 diff --git a/common/neovim/coq.nix b/common/neovim/coq.nix old mode 100644 new mode 100755 diff --git a/common/neovim/default.nix b/common/neovim/default.nix old mode 100644 new mode 100755 diff --git a/common/neovim/haskell.nix b/common/neovim/haskell.nix old mode 100644 new mode 100755 diff --git a/common/neovim/lightline.nix b/common/neovim/lightline.nix old mode 100644 new mode 100755 diff --git a/common/neovim/nerdtree.nix b/common/neovim/nerdtree.nix old mode 100644 new mode 100755 diff --git a/common/neovim/nvimrc.nix b/common/neovim/nvimrc.nix old mode 100644 new mode 100755 diff --git a/common/neovim/telescope.nix b/common/neovim/telescope.nix old mode 100644 new mode 100755 diff --git a/common/neovim/treesitter.nix b/common/neovim/treesitter.nix old mode 100644 new mode 100755 diff --git a/common/vim.nix b/common/vim.nix old mode 100644 new mode 100755 diff --git a/common/vimrc.nix b/common/vimrc.nix old mode 100644 new mode 100755 diff --git a/common/vscode.nix b/common/vscode.nix index 618986c..4eb91ef 100755 --- a/common/vscode.nix +++ b/common/vscode.nix @@ -15,6 +15,12 @@ valentjn.vscode-ltex ms-vscode.cpptools ] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [ + { + name = "vsc-prolog"; + publisher = "arthurwang"; + version = "0.8.23"; + sha256 = "sha256-Da2dCpruVqzP3g1hH0+TyvvEa1wEwGXgvcmIq9B/2cQ="; + } { name = "better-cpp-syntax"; publisher = "jeff-hykin"; @@ -59,6 +65,7 @@ } ]; userSettings = { + "prolog.executablePath" = "/nix/store/dqabj0wj4ffqd0f051xm6pdrrx928fpl-user-environment/bin/swipl"; "agdaMode.connection.agdaLanguageServer" = false; "agdaMode.highlighting.getHighlightWithThemeColors" = false; "editor.unicodeHighlight.ambiguousCharacters" = false; diff --git a/dafoe/README.md b/dafoe/README.md old mode 100644 new mode 100755 diff --git a/dafoe/configuration.nix b/dafoe/configuration.nix old mode 100644 new mode 100755 diff --git a/dafoe/hardware-configuration.nix b/dafoe/hardware-configuration.nix old mode 100644 new mode 100755 diff --git a/dafoe/programs/default.nix b/dafoe/programs/default.nix old mode 100644 new mode 100755 diff --git a/dafoe/programs/neovim.nix b/dafoe/programs/neovim.nix old mode 100644 new mode 100755 diff --git a/dafoe/programs/ssh.nix b/dafoe/programs/ssh.nix old mode 100644 new mode 100755 diff --git a/dafoe/programs/starship.nix b/dafoe/programs/starship.nix old mode 100644 new mode 100755 diff --git a/dafoe/programs/zsh.nix b/dafoe/programs/zsh.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/acme.nix b/dafoe/services/acme.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/ddns.nix b/dafoe/services/ddns.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/default.nix b/dafoe/services/default.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/forgejo.nix b/dafoe/services/forgejo.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/nextcloud.nix b/dafoe/services/nextcloud.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/nginx.nix b/dafoe/services/nginx.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/restic.nix b/dafoe/services/restic.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/resumee-website.nix b/dafoe/services/resumee-website.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/ssh.nix b/dafoe/services/ssh.nix old mode 100644 new mode 100755 diff --git a/dafoe/services/vaultwarden.nix b/dafoe/services/vaultwarden.nix old mode 100644 new mode 100755 diff --git a/flake.lock b/flake.lock old mode 100644 new mode 100755 diff --git a/flake.nix b/flake.nix old mode 100644 new mode 100755 diff --git a/gunther/README.md b/gunther/README.md old mode 100644 new mode 100755 diff --git a/gunther/configuration.nix b/gunther/configuration.nix index 2d36ef4..e165d5e 100755 --- a/gunther/configuration.nix +++ b/gunther/configuration.nix @@ -37,6 +37,10 @@ boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot"; boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.extraEntries."debian.conf" = '' + title Debian + efi /efi/debian/shimx64.efi + ''; networking.hostName = "gunther"; networking.networkmanager.enable = true; @@ -188,7 +192,7 @@ ((nerdfonts.override { fonts = [ "Hack" "DejaVuSansMono" "DroidSansMono" "Noto" ]; })) mononoki # noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji ]; enableDefaultPackages = true; diff --git a/gunther/doom/config.el b/gunther/doom/config.el old mode 100644 new mode 100755 diff --git a/gunther/doom/init.el b/gunther/doom/init.el old mode 100644 new mode 100755 diff --git a/gunther/doom/packages.el b/gunther/doom/packages.el old mode 100644 new mode 100755 diff --git a/gunther/eww/config/eww.scss b/gunther/eww/config/eww.scss old mode 100644 new mode 100755 diff --git a/gunther/eww/config/eww.yuck b/gunther/eww/config/eww.yuck old mode 100644 new mode 100755 diff --git a/gunther/eww/config/widgets/resources/eww.yuck b/gunther/eww/config/widgets/resources/eww.yuck old mode 100644 new mode 100755 diff --git a/gunther/eww/config/widgets/window-title/eww.yuck b/gunther/eww/config/widgets/window-title/eww.yuck old mode 100644 new mode 100755 diff --git a/gunther/eww/config/widgets/window-title/get-window-title.sh b/gunther/eww/config/widgets/window-title/get-window-title.sh old mode 100644 new mode 100755 diff --git a/gunther/eww/config/widgets/workspaces/change-active-workspace.sh b/gunther/eww/config/widgets/workspaces/change-active-workspace.sh old mode 100644 new mode 100755 diff --git a/gunther/eww/config/widgets/workspaces/eww.yuck b/gunther/eww/config/widgets/workspaces/eww.yuck old mode 100644 new mode 100755 diff --git a/gunther/eww/default.nix b/gunther/eww/default.nix old mode 100644 new mode 100755 diff --git a/gunther/hardware-configuration.nix b/gunther/hardware-configuration.nix index 54d6d83..b9f5382 100644 --- a/gunther/hardware-configuration.nix +++ b/gunther/hardware-configuration.nix @@ -8,29 +8,34 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "amdgpu" ]; - boot.initrd.kernelModules = [ "amdgpu" ]; - boot.kernelModules = [ "amdgpu" ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; boot.kernelParams = [ "video=DP-1:2560x1440@144" "video=HDMI-A-1:1920x1080@75" ]; boot.kernelPackages = pkgs.linuxPackages_latest; fileSystems."/" = - { device = "/dev/disk/by-uuid/2191540a-8cf9-400e-b4bc-9dbf71527b07"; + { device = "/dev/disk/by-uuid/8dce9c4c-8b94-4b1e-af4f-3fa5450f2b74"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/3DD6-C061"; fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; }; - swapDevices = - [ { device = "/dev/disk/by-uuid/7c6d727e-1d40-472a-a409-205db0776d20"; } - ]; + swapDevices = [ ]; + # Enables DHCP on each ethernet and wireless interface. In case of scripted networking + # (the default) this is the recommended approach. When using systemd-networkd it's + # still possible to use this option, but it's recommended to use it in conjunction + # with explicit per-interface declarations with `networking.interfaces..useDHCP`. networking.useDHCP = lib.mkDefault true; + # networking.interfaces.enp6s0.useDHCP = lib.mkDefault true; + # networking.interfaces.wlp5s0.useDHCP = lib.mkDefault true; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } diff --git a/gunther/hypr/catppuccin-macchiato.rasi b/gunther/hypr/catppuccin-macchiato.rasi old mode 100644 new mode 100755 diff --git a/gunther/hypr/hyprland.nix b/gunther/hypr/hyprland.nix old mode 100644 new mode 100755 index 09d053b..205bb70 --- a/gunther/hypr/hyprland.nix +++ b/gunther/hypr/hyprland.nix @@ -6,13 +6,13 @@ xwayland.enable = true; settings = { workspace = [ - "1, monitor:HDMI-A-1, default:true, persistent:true" - "2, monitor:DP-1 , default:true, persistent:true" + "1, monitor:HDMI-A-5, default:true, persistent:true" + "2, monitor:DP-3 , default:true, persistent:true" "special:scratchpad, on-created-empty:foot" ]; monitor = [ - "DP-1 , 2560x1440@144, 1920x0, 1" - "HDMI-A-1, 1920x1080@75 , 0x0 , 1" + "DP-3 , 2560x1440@144, 1920x0, 1" + "HDMI-A-5, 1920x1080@75 , 0x0 , 1" ]; input = { kb_layout = "de"; @@ -63,7 +63,7 @@ bind = [ # opening programs "$mod, Return, exec, foot" - "$mod, D, exec, wofi" + "$mod, D, exec, tofi-drun | xargs hyprctl dispatch exec --" "$mod, M, exit, " "$mod, Q, killactive, " @@ -152,90 +152,6 @@ }; }; - programs.wofi = { - enable = true; - settings = { - width = 600; - height = 365; - location = "center"; - show = "drun"; - prompt = "Search..."; - filter_rate = 100; - allow_markup = true; - no_actions = true; - halign = "fill"; - orientation = "vertical"; - content_halign = "fill"; - insensitive = true; - allow_images = true; - image_size = 40; - gtk_dark = true; - layer = "overlay"; - }; - style = '' - window { - margin: 0px; - border: 2px solid #b59dc3; - background-color: #282a36; - border-radius: 18px; - - - } - - #input { - margin: 5px; - border: none; - color: #f8f8f2; - border-radius: 15px; - background-color: #44475a; - } - - #inner-box { - margin: 5px; - border: none; - border-radius: 15px; - background-color: #282a36; - } - - #outer-box { - margin: 5px; - border: none; - border-radius: 15px; - background-color: #282a36; - } - - #scroll { - margin: 0px; - border-radius: 15px; - border: none; - } - - #text { - border-radius: 15px; - margin: 5px; - border: none; - color: #f8f8f2; - } - - #entry.activatable #text { - color: #282a36; - } - - #entry > * { - color: #f8f8f2; - } - - #entry:selected { - border-radius: 15px; - background-color: #44475a; - } - - #entry:selected #text { - border-radius: 15px; - } - ''; - }; - services.mako = { enable = true; extraConfig = '' diff --git a/gunther/hypr/hyprpaper.conf b/gunther/hypr/hyprpaper.conf old mode 100644 new mode 100755 diff --git a/gunther/hypr/wallpaper.jpg b/gunther/hypr/wallpaper.jpg old mode 100644 new mode 100755 diff --git a/gunther/leonv.nix b/gunther/leonv.nix index f2b35d1..91f609a 100755 --- a/gunther/leonv.nix +++ b/gunther/leonv.nix @@ -171,6 +171,22 @@ enable = true; }; + programs.tofi = { + enable = true; + settings = { + width = "100%"; + height = "100%"; + border-width = 0; + outline-width = 0; + padding-left = "35%"; + padding-top = "35%"; + result-spacing = 25; + num-results = 5; + font = "monospace"; + background-color = "#000A"; + }; + }; + # dconf.settings = { # # GTK4 Setup diff --git a/gunther/specs.png b/gunther/specs.png old mode 100644 new mode 100755 diff --git a/iso/README.md b/iso/README.md old mode 100644 new mode 100755 diff --git a/iso/configuration.nix b/iso/configuration.nix old mode 100644 new mode 100755 diff --git a/nix-secrets b/nix-secrets index 373cd11..7acca88 160000 --- a/nix-secrets +++ b/nix-secrets @@ -1 +1 @@ -Subproject commit 373cd1194e238a4bc42787b8b9310cf4b781f2eb +Subproject commit 7acca8810da37a1de0f913d08f41c23fb0526754