Make calypso minimal one last time
This commit is contained in:
parent
19d2ef374c
commit
c13f4b9c11
|
@ -3,20 +3,20 @@
|
|||
imports = [
|
||||
./global.nix
|
||||
|
||||
./features/desktop/zathura.nix
|
||||
./features/desktop/spotify.nix
|
||||
./features/desktop/obsidian.nix
|
||||
# ./features/desktop/zathura.nix
|
||||
# ./features/desktop/spotify.nix
|
||||
# ./features/desktop/obsidian.nix
|
||||
./features/desktop/foot.nix
|
||||
./features/desktop/firefox
|
||||
./features/desktop/discord
|
||||
./features/cli/productivity
|
||||
./features/cli/pass.nix
|
||||
./features/cli/zellij.nix
|
||||
./features/cli/nix-index.nix
|
||||
./features/cli/catgirl.nix
|
||||
./features/cli/lazygit.nix
|
||||
# ./features/cli/productivity
|
||||
# ./features/cli/pass.nix
|
||||
# ./features/cli/zellij.nix
|
||||
# ./features/cli/nix-index.nix
|
||||
# ./features/cli/catgirl.nix
|
||||
# ./features/cli/lazygit.nix
|
||||
./features/wayland/hyprland
|
||||
./features/neovim
|
||||
# ./features/neovim
|
||||
];
|
||||
|
||||
# Arbitrary extra packages
|
||||
|
@ -27,7 +27,7 @@
|
|||
# zoom-us # Zoom client 🤮
|
||||
# }}}
|
||||
# {{{ Editors for different formats
|
||||
gimp # Image editing
|
||||
# gimp # Image editing
|
||||
# lmms # Music software
|
||||
# kicad # PCB editing
|
||||
# libreoffice # Free office suite
|
||||
|
@ -41,16 +41,15 @@
|
|||
# sherlock # Search for usernames across different websites
|
||||
# }}}
|
||||
# {{{ Misc
|
||||
bitwarden # Password-manager
|
||||
qbittorrent # Torrent client
|
||||
# bitwarden # Password-manager
|
||||
# qbittorrent # Torrent client
|
||||
# google-chrome # Not my primary browser, but sometimes needed in webdev
|
||||
# plover.dev # steno engine
|
||||
|
||||
overskride # Bluetooth client
|
||||
# overskride # Bluetooth client
|
||||
# }}}
|
||||
# {{{ Media playing/recording
|
||||
mpv # Video player
|
||||
imv # Image viewer
|
||||
# mpv # Video player
|
||||
# imv # Image viewer
|
||||
# peek # GIF recorder
|
||||
# obs-studio # video recorder
|
||||
# }}}
|
||||
|
|
|
@ -8,19 +8,19 @@
|
|||
../common/global
|
||||
../common/users/pilot.nix
|
||||
|
||||
../common/optional/bluetooth.nix
|
||||
# ../common/optional/bluetooth.nix
|
||||
../common/optional/greetd.nix
|
||||
../common/optional/oci.nix
|
||||
../common/optional/quietboot.nix
|
||||
|
||||
../common/optional/desktop
|
||||
../common/optional/desktop/steam.nix
|
||||
# ../common/optional/desktop/steam.nix
|
||||
../common/optional/wayland/hyprland.nix
|
||||
|
||||
../common/optional/services/kanata.nix
|
||||
../common/optional/services/nginx.nix
|
||||
../common/optional/services/syncthing.nix
|
||||
../common/optional/services/restic
|
||||
# ../common/optional/services/nginx.nix
|
||||
# ../common/optional/services/syncthing.nix
|
||||
# ../common/optional/services/restic
|
||||
|
||||
./services/snapper.nix
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
subvolumes = {
|
||||
# {{{ /
|
||||
"/root" = {
|
||||
"root" = {
|
||||
mountpoint = "/";
|
||||
mountOptions = [
|
||||
"compress=zstd"
|
||||
|
@ -44,13 +44,13 @@
|
|||
};
|
||||
# }}}
|
||||
# {{{ /swap
|
||||
"/swap" = {
|
||||
"swap" = {
|
||||
mountpoint = "/.swapvol";
|
||||
swap.swapfile.size = "20G";
|
||||
};
|
||||
# }}}
|
||||
# {{{ /persist/data
|
||||
"/root/persist/data" = {
|
||||
"persist-data" = {
|
||||
mountpoint = "/persist/data";
|
||||
mountOptions = [
|
||||
"compress=zstd"
|
||||
|
@ -59,7 +59,7 @@
|
|||
};
|
||||
# }}}
|
||||
# {{{ /persist/state
|
||||
"/root/persist/state" = {
|
||||
"persist-state" = {
|
||||
mountpoint = "/persist/state";
|
||||
mountOptions = [
|
||||
"compress=zstd"
|
||||
|
@ -68,7 +68,7 @@
|
|||
};
|
||||
# }}}
|
||||
# {{{ /local/nix
|
||||
"/root/local/nix" = {
|
||||
"local-nix" = {
|
||||
mountpoint = "/nix";
|
||||
mountOptions = [
|
||||
"compress=zstd"
|
||||
|
@ -77,7 +77,7 @@
|
|||
};
|
||||
# }}}
|
||||
# {{{ /local/cache
|
||||
"/root/local/cache" = {
|
||||
"local-cache" = {
|
||||
mountpoint = "/persist/local/cache";
|
||||
mountOptions = [
|
||||
"compress=zstd"
|
||||
|
|
Loading…
Reference in a new issue