my system configurations ^-^
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: remove redundant `{...}:`

willow 8354f9a2 7c7355c3

+25 -25
+1 -1
modules/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./home 4 4 ./nixos
+1 -1
modules/home/desktop/bspwm/default.nix
··· 1 1 # Bspwm settings 2 - {...}: let 2 + let 3 3 mod = "super"; 4 4 altMod = "alt"; 5 5 in {
+1 -1
modules/home/desktop/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 # ./bspwm 4 4 ./hyprland
+1 -1
modules/home/desktop/hyprland/binds.nix
··· 1 - {...}: { 1 + { 2 2 wayland.windowManager.hyprland.settings = { 3 3 binds = { 4 4 scroll_event_delay = 0; # default: 300
+1 -1
modules/home/desktop/hyprland/env.nix
··· 1 - {...}: { 1 + { 2 2 wayland.windowManager.hyprland.settings = { 3 3 env = [ 4 4 "XCURSOR_SIZE,24"
+1 -1
modules/home/desktop/hyprland/hypridle.nix
··· 1 - {...}: { 1 + { 2 2 services.hypridle = { 3 3 enable = true; 4 4 settings = {
+1 -1
modules/home/desktop/hyprland/rules.nix
··· 1 - {...}: { 1 + { 2 2 wayland.windowManager.hyprland.settings = { 3 3 # See https://wiki.hyprland.org/Configuring/Window-Rules/ 4 4
+1 -1
modules/home/desktop/hyprland/settings.nix
··· 1 - {...}: { 1 + { 2 2 wayland.windowManager.hyprland.settings = { 3 3 # See https://wiki.hyprland.org/Configuring/ 4 4
+1 -1
modules/home/programs/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./cli 4 4 ./gui
+1 -1
modules/home/programs/gui/browsers/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./firefox # default: enabled 4 4 ./chromium.nix # default: enabled
+1 -1
modules/home/programs/gui/browsers/firefox/policies.nix
··· 1 - {...}: { 1 + { 2 2 programs.firefox.policies = { 3 3 AppAutoUpdate = false; 4 4 BackgroundAppUpdate = false;
+1 -1
modules/home/programs/tui/nvim/keymaps.nix
··· 11 11 # inoremap <M-u> <Up>|cnoremap <M-u> <Up>| 12 12 # inoremap <M-e> <Down>|cnoremap <M-e> <Down>| 13 13 # inoremap <M-i> <Right>|cnoremap <M-i> <Right>| 14 - {...}: { 14 + { 15 15 programs.nixvim.keymaps = [ 16 16 # TODO)) Colemak keybinds 17 17 # down
+1 -1
modules/home/programs/tui/nvim/plugins/default.nix
··· 1 - {...}: { 1 + { 2 2 # imports = [ 3 3 # ./copilot.nix 4 4 # ];
+1 -1
modules/home/scripts/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./spotdl.nix 4 4 ];
+1 -1
modules/home/services/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./gammastep.nix 4 4 ./mpd.nix
+1 -1
modules/home/services/gammastep.nix
··· 1 - {...}: { 1 + { 2 2 services.gammastep = { 3 3 enable = false; 4 4 tray = true;
+1 -1
modules/home/system/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./env.nix 4 4 ./xdg.nix
+1 -1
modules/home/themes/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./catppuccin.nix 4 4 ./gtk.nix
+1 -1
modules/home/themes/qt.nix
··· 1 - {...}: { 1 + { 2 2 qt = { 3 3 enable = true; 4 4 platformTheme.name = "kvantum";
+1 -1
modules/nixos/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./desktop 4 4 ./network
+1 -1
modules/nixos/desktop/bspwm.nix
··· 1 - {...}: { 1 + { 2 2 # TODO)) tidy up, this is all messy 3 3 4 4 services.picom = {
+1 -1
modules/nixos/desktop/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 # ./bspwm.nix 4 4 ./hyprland.nix
+1 -1
modules/nixos/services/tlp.nix
··· 1 - {...}: { 1 + { 2 2 services.tlp = { 3 3 enable = true; 4 4 settings = {
+1 -1
modules/nixos/services/xfce.nix
··· 1 - {...}: { 1 + { 2 2 services.xserver = { 3 3 enable = true; 4 4 desktopManager = {
+1 -1
modules/nixos/themes/default.nix
··· 1 - {...}: { 1 + { 2 2 imports = [ 3 3 ./catppuccin.nix 4 4 ];