--wip-- [skip ci]
This commit is contained in:
parent
f6e70ad72c
commit
757beb2168
1 changed files with 128 additions and 128 deletions
|
|
@ -11,142 +11,142 @@
|
||||||
"grp:menu_toggle"
|
"grp:menu_toggle"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
packages = builtins.attrValues {
|
# packages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
# inherit (pkgs)
|
||||||
# element-desktop # matrix client
|
# # element-desktop # matrix client
|
||||||
# evolution
|
# # evolution
|
||||||
# freecad
|
# # freecad
|
||||||
# krita
|
# # krita
|
||||||
# minecraft
|
# # minecraft
|
||||||
# mycrypto
|
# # mycrypto
|
||||||
# pcmanfm
|
# # pcmanfm
|
||||||
# pulseaudio
|
# # pulseaudio
|
||||||
# retroarchFull
|
# # retroarchFull
|
||||||
# shotwell
|
# # shotwell
|
||||||
# signal-desktop
|
# # signal-desktop
|
||||||
# slack
|
# # slack
|
||||||
# wineFull
|
# # wineFull
|
||||||
authenticator
|
# authenticator
|
||||||
brave
|
# brave
|
||||||
discord
|
# discord
|
||||||
droidcam
|
# droidcam
|
||||||
eog
|
# eog
|
||||||
evince
|
# evince
|
||||||
file-roller
|
# file-roller
|
||||||
gallery-dl
|
# gallery-dl
|
||||||
gnome-font-viewer
|
# gnome-font-viewer
|
||||||
gnome-screenshot
|
# gnome-screenshot
|
||||||
gnome-system-monitor
|
# gnome-system-monitor
|
||||||
gucharmap
|
# gucharmap
|
||||||
inkscape
|
# inkscape
|
||||||
keyboard-switch
|
# keyboard-switch
|
||||||
openvpn
|
# openvpn
|
||||||
p7zip
|
# p7zip
|
||||||
pavucontrol
|
# pavucontrol
|
||||||
procps
|
# procps
|
||||||
pulseaudio
|
# pulseaudio
|
||||||
skypeforlinux
|
# skypeforlinux
|
||||||
spotify
|
# spotify
|
||||||
tdesktop
|
# tdesktop
|
||||||
teams-for-linux
|
# teams-for-linux
|
||||||
thunderbird
|
# thunderbird
|
||||||
totem
|
# totem
|
||||||
transmission_4
|
# transmission_4
|
||||||
wireguard-tools
|
# wireguard-tools
|
||||||
xournalpp
|
# xournalpp
|
||||||
;
|
# ;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
|
||||||
gnome-keyring.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
xsession = {
|
# services.gnome-keyring.enable = true;
|
||||||
enable = true;
|
|
||||||
numlock.enable = true;
|
|
||||||
initExtra = ''
|
# xsession = {
|
||||||
## Touchpad
|
# enable = true;
|
||||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
# numlock.enable = true;
|
||||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Tapping Enabled' 1
|
# initExtra = ''
|
||||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Disable While Typing Enabled' 1
|
# ## Touchpad
|
||||||
'';
|
# ${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
||||||
};
|
# ${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Tapping Enabled' 1
|
||||||
|
# ${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Disable While Typing Enabled' 1
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/hm/__basic.nix
|
../../modules/hm/__basic.nix
|
||||||
|
|
||||||
../../modules/hm/development/cpp.nix
|
# ../../modules/hm/development/cpp.nix
|
||||||
../../modules/hm/development/data.nix
|
# ../../modules/hm/development/data.nix
|
||||||
# ../../modules/hm/development/database.nix
|
# # ../../modules/hm/development/database.nix
|
||||||
../../modules/hm/development/docker.nix
|
# ../../modules/hm/development/docker.nix
|
||||||
../../modules/hm/development/go.nix
|
# ../../modules/hm/development/go.nix
|
||||||
../../modules/hm/development/javascript.nix
|
# ../../modules/hm/development/javascript.nix
|
||||||
../../modules/hm/development/kubernetes.nix
|
# ../../modules/hm/development/kubernetes.nix
|
||||||
../../modules/hm/development/latex.nix
|
# ../../modules/hm/development/latex.nix
|
||||||
../../modules/hm/development/markdown.nix
|
# ../../modules/hm/development/markdown.nix
|
||||||
../../modules/hm/development/nix.nix
|
# ../../modules/hm/development/nix.nix
|
||||||
../../modules/hm/development/python.nix
|
# ../../modules/hm/development/python.nix
|
||||||
../../modules/hm/development/rust.nix
|
# ../../modules/hm/development/rust.nix
|
||||||
../../modules/hm/development/web.nix
|
# ../../modules/hm/development/web.nix
|
||||||
|
|
||||||
# ../../modules/hm/alacritty.nix
|
# # ../../modules/hm/alacritty.nix
|
||||||
../../modules/hm/autorandr.nix
|
# ../../modules/hm/autorandr.nix
|
||||||
../../modules/hm/biblio.nix
|
# ../../modules/hm/biblio.nix
|
||||||
# ../../modules/hm/bitwarden.nix
|
# # ../../modules/hm/bitwarden.nix
|
||||||
# ../../modules/hm/blender.nix
|
# # ../../modules/hm/blender.nix
|
||||||
# ../../modules/hm/carapace.nix
|
# # ../../modules/hm/carapace.nix
|
||||||
# ../../modules/hm/dwarf-fortress.nix
|
# # ../../modules/hm/dwarf-fortress.nix
|
||||||
../../modules/hm/easyeffects.nix
|
# ../../modules/hm/easyeffects.nix
|
||||||
../../modules/hm/firefox.nix
|
# ../../modules/hm/firefox.nix
|
||||||
# ../../modules/hm/vivaldi.nix
|
# # ../../modules/hm/vivaldi.nix
|
||||||
# ../../modules/hm/fonts.nix
|
# # ../../modules/hm/fonts.nix
|
||||||
# ../../modules/hm/gnome_shell.nix
|
# # ../../modules/hm/gnome_shell.nix
|
||||||
# ../../modules/hm/grobi.nix
|
# # ../../modules/hm/grobi.nix
|
||||||
../../modules/hm/gtk_theme.nix
|
# ../../modules/hm/gtk_theme.nix
|
||||||
../../modules/hm/heif.nix
|
# ../../modules/hm/heif.nix
|
||||||
../../modules/hm/helix.nix
|
# ../../modules/hm/helix.nix
|
||||||
../../modules/hm/jellyfin-player.nix
|
# ../../modules/hm/jellyfin-player.nix
|
||||||
# ../../modules/hm/joystickwake.nix
|
# # ../../modules/hm/joystickwake.nix
|
||||||
# ../../modules/hm/kakoune.nix
|
# # ../../modules/hm/kakoune.nix
|
||||||
../../modules/hm/kdeconnect.nix
|
# ../../modules/hm/kdeconnect.nix
|
||||||
# ../../modules/hm/keepassxc.nix
|
# # ../../modules/hm/keepassxc.nix
|
||||||
# ../../modules/hm/kicad.nix
|
# # ../../modules/hm/kicad.nix
|
||||||
../../modules/hm/kitty.nix
|
# ../../modules/hm/kitty.nix
|
||||||
../../modules/hm/libinput-gestures.nix
|
# ../../modules/hm/libinput-gestures.nix
|
||||||
# ../../modules/hm/lutris.nix
|
# # ../../modules/hm/lutris.nix
|
||||||
../../modules/hm/mangohud.nix
|
# ../../modules/hm/mangohud.nix
|
||||||
../../modules/hm/megasync.nix
|
# ../../modules/hm/megasync.nix
|
||||||
../../modules/hm/mpv.nix
|
# ../../modules/hm/mpv.nix
|
||||||
# ../../modules/hm/nautilus.nix
|
# # ../../modules/hm/nautilus.nix
|
||||||
../../modules/hm/ncspot.nix
|
# ../../modules/hm/ncspot.nix
|
||||||
../../modules/hm/nix-index.nix
|
# ../../modules/hm/nix-index.nix
|
||||||
../../modules/hm/noti.nix
|
# ../../modules/hm/noti.nix
|
||||||
../../modules/hm/nushell.nix
|
# ../../modules/hm/nushell.nix
|
||||||
../../modules/hm/obs-studio.nix
|
# ../../modules/hm/obs-studio.nix
|
||||||
../../modules/hm/office.nix
|
# ../../modules/hm/office.nix
|
||||||
../../modules/hm/pass.nix
|
# ../../modules/hm/pass.nix
|
||||||
../../modules/hm/pro_audio.nix
|
# ../../modules/hm/pro_audio.nix
|
||||||
# ../../modules/hm/pycharm.nix
|
# # ../../modules/hm/pycharm.nix
|
||||||
../../modules/hm/rclone-mount.nix
|
# ../../modules/hm/rclone-mount.nix
|
||||||
../../modules/hm/research.nix
|
# ../../modules/hm/research.nix
|
||||||
# ../../modules/hm/rofi.nix
|
# # ../../modules/hm/rofi.nix
|
||||||
# ../../modules/hm/screen_locker.nix
|
# # ../../modules/hm/screen_locker.nix
|
||||||
# ../../modules/hm/security.nix
|
# # ../../modules/hm/security.nix
|
||||||
# ../../modules/hm/spotifyd.nix
|
# # ../../modules/hm/spotifyd.nix
|
||||||
../../modules/hm/syncthing.nix
|
# ../../modules/hm/syncthing.nix
|
||||||
# ../../modules/hm/thunar.nix
|
# # ../../modules/hm/thunar.nix
|
||||||
# ../../modules/hm/twmn.nix
|
# # ../../modules/hm/twmn.nix
|
||||||
# ../../modules/hm/update_background.nix
|
# # ../../modules/hm/update_background.nix
|
||||||
../../modules/hm/vim.nix
|
# ../../modules/hm/vim.nix
|
||||||
../../modules/hm/virtualization.nix
|
# ../../modules/hm/virtualization.nix
|
||||||
../../modules/hm/vscode.nix
|
# ../../modules/hm/vscode.nix
|
||||||
../../modules/hm/webapp.nix
|
# ../../modules/hm/webapp.nix
|
||||||
../../modules/hm/xresources.nix
|
# ../../modules/hm/xresources.nix
|
||||||
../../modules/hm/yazi.nix
|
# ../../modules/hm/yazi.nix
|
||||||
../../modules/hm/zathura.nix
|
# ../../modules/hm/zathura.nix
|
||||||
../../modules/hm/zellij.nix
|
# ../../modules/hm/zellij.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "22.05";
|
home.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue