Make calypso more minimal for now
This commit is contained in:
parent
9d584ec88b
commit
4d3e573895
|
@ -3,17 +3,17 @@
|
||||||
imports = [
|
imports = [
|
||||||
./global.nix
|
./global.nix
|
||||||
|
|
||||||
./features/desktop/zathura.nix
|
# ./features/desktop/zathura.nix
|
||||||
./features/desktop/spotify.nix
|
# ./features/desktop/spotify.nix
|
||||||
./features/desktop/obsidian.nix
|
# ./features/desktop/obsidian.nix
|
||||||
./features/desktop/foot.nix
|
./features/desktop/foot.nix
|
||||||
./features/desktop/firefox
|
./features/desktop/firefox
|
||||||
./features/desktop/discord
|
./features/desktop/discord
|
||||||
./features/cli/productivity
|
# ./features/cli/productivity
|
||||||
./features/cli/pass.nix
|
# ./features/cli/pass.nix
|
||||||
./features/cli/zellij.nix
|
# ./features/cli/zellij.nix
|
||||||
./features/cli/nix-index.nix
|
./features/cli/nix-index.nix
|
||||||
./features/cli/catgirl.nix
|
# ./features/cli/catgirl.nix
|
||||||
./features/cli/lazygit.nix
|
./features/cli/lazygit.nix
|
||||||
./features/wayland/hyprland
|
./features/wayland/hyprland
|
||||||
./features/neovim
|
./features/neovim
|
||||||
|
@ -23,11 +23,11 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# {{{ Communication
|
# {{{ Communication
|
||||||
# signal-desktop # Signal client
|
# signal-desktop # Signal client
|
||||||
element-desktop # Matrix client
|
# element-desktop # Matrix client
|
||||||
# zoom-us # Zoom client 🤮
|
# zoom-us # Zoom client 🤮
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Editors for different formats
|
# {{{ Editors for different formats
|
||||||
gimp # Image editing
|
# gimp # Image editing
|
||||||
# lmms # Music software
|
# lmms # Music software
|
||||||
# kicad # PCB editing
|
# kicad # PCB editing
|
||||||
# libreoffice # Free office suite
|
# libreoffice # Free office suite
|
||||||
|
@ -41,16 +41,16 @@
|
||||||
# sherlock # Search for usernames across different websites
|
# sherlock # Search for usernames across different websites
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Misc
|
# {{{ Misc
|
||||||
bitwarden # Password-manager
|
# bitwarden # Password-manager
|
||||||
qbittorrent # Torrent client
|
# qbittorrent # Torrent client
|
||||||
# google-chrome # Not my primary browser, but sometimes needed in webdev
|
# google-chrome # Not my primary browser, but sometimes needed in webdev
|
||||||
# plover.dev # steno engine
|
# plover.dev # steno engine
|
||||||
|
|
||||||
overskride # Bluetooth client
|
overskride # Bluetooth client
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Media playing/recording
|
# {{{ Media playing/recording
|
||||||
mpv # Video player
|
# mpv # Video player
|
||||||
imv # Image viewer
|
# imv # Image viewer
|
||||||
# peek # GIF recorder
|
# peek # GIF recorder
|
||||||
# obs-studio # video recorder
|
# obs-studio # video recorder
|
||||||
# }}}
|
# }}}
|
||||||
|
|
|
@ -54,7 +54,7 @@ animations {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Execute apps at launch
|
# Execute apps at launch
|
||||||
exec-once = foot & firefox & discocss & gtk-launch obsidiantui & gtk-launch smostui
|
exec-once = foot & firefox & discocss & gtk-launch obsidiantui & gtk-launch smostui & Spotify
|
||||||
|
|
||||||
# Without this, xdg-open doesn't work
|
# Without this, xdg-open doesn't work
|
||||||
exec = systemctl --user import-environment PATH && systemctl --user restart xdg-desktop-portal.service
|
exec = systemctl --user import-environment PATH && systemctl --user restart xdg-desktop-portal.service
|
||||||
|
|
|
@ -8,16 +8,17 @@
|
||||||
../common/global
|
../common/global
|
||||||
../common/users/pilot.nix
|
../common/users/pilot.nix
|
||||||
|
|
||||||
../common/optional/bluetooth.nix
|
# ../common/optional/bluetooth.nix
|
||||||
../common/optional/greetd.nix
|
../common/optional/greetd.nix
|
||||||
../common/optional/oci.nix
|
../common/optional/oci.nix
|
||||||
../common/optional/quietboot.nix
|
../common/optional/quietboot.nix
|
||||||
|
|
||||||
../common/optional/desktop
|
../common/optional/desktop
|
||||||
../common/optional/desktop/steam.nix
|
# ../common/optional/desktop/steam.nix
|
||||||
../common/optional/wayland/hyprland.nix
|
../common/optional/wayland/hyprland.nix
|
||||||
|
|
||||||
../common/optional/services/kanata.nix
|
../common/optional/services/kanata.nix
|
||||||
|
../common/optional/services/nginx.nix
|
||||||
../common/optional/services/syncthing.nix
|
../common/optional/services/syncthing.nix
|
||||||
../common/optional/services/restic
|
../common/optional/services/restic
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
../common/optional/services/kanata.nix
|
../common/optional/services/kanata.nix
|
||||||
../common/optional/services/restic
|
../common/optional/services/restic
|
||||||
|
../common/optional/services/nginx.nix
|
||||||
./services/syncthing.nix
|
./services/syncthing.nix
|
||||||
|
|
||||||
./hardware
|
./hardware
|
||||||
|
|
Loading…
Reference in a new issue