diff --git a/config/home.nix b/config/home.nix index 1f75dab..fe43bf9 100644 --- a/config/home.nix +++ b/config/home.nix @@ -52,20 +52,17 @@ in { dunst easytag firefox - flac flameshot flatpak font-awesome gimp git gnome.gnome-keyring - grip grub2 hack-font htop hugo i3 - i3-swallow i3lock-fancy keepassxc keepmenu @@ -85,7 +82,6 @@ in { os-prober pavucontrol picom - playerctl plexamp pm2 polybar @@ -97,8 +93,6 @@ in { rofi-emoji slack steam - sublime-music - sxiv tldr unzip vim diff --git a/config/packages/i3/config b/config/packages/i3/config index 8ab1209..248bf31 100644 --- a/config/packages/i3/config +++ b/config/packages/i3/config @@ -50,12 +50,6 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle -# Use playerctl to control playback -bindsym XF86AudioPlay exec playerctl play-pause -bindsym XF86AudioPause exec playerctl play-pause -bindsym XF86AudioNext exec playerctl next -bindsym XF86AudioPrev exec playerctl previous - # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod diff --git a/docs/Cleanup.md b/docs/Cleanup.md deleted file mode 100644 index 4d11743..0000000 --- a/docs/Cleanup.md +++ /dev/null @@ -1,14 +0,0 @@ -# Cleanup - -This document refers to information about cleaning the system, such as deleting -old generations, unused nix shells, etc. - -## Delete Old Generations - -Run the following commands to clean the system up and delete old generations: - -```bash -nix-collect-garbage --delete-old -sudo nox-collect-garbage -d -sudo /run/current-system/bin/switch-to-configuration boot -``` diff --git a/docs/Grub.md b/docs/Grub.md deleted file mode 100644 index 5a7b4b7..0000000 --- a/docs/Grub.md +++ /dev/null @@ -1,12 +0,0 @@ -# Grub - -This document is for information regarding Grub. - -## Reinstall Grub - -If the grub install breaks and you ever need to reinstall grub, the following -command is how you do it: - -```bash -sudo NIXOS_INSTALL_BOOTLOADER=1 /nix/var/nix/profiles/system/bin/switch-to-configuration boot -``` diff --git a/flake.lock b/flake.lock index 992c919..5998097 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1726818100, - "narHash": "sha256-z2V74f5vXqkN5Q+goFlhbFXY/dNaBAyeLpr2bxu4Eic=", + "lastModified": 1720042825, + "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=", "owner": "nix-community", "repo": "home-manager", - "rev": "1bbc1a5a1f4de7401c92db85b2119ed21bb4139d", + "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073", "type": "github" }, "original": { @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1726688310, - "narHash": "sha256-Xc9lEtentPCEtxc/F1e6jIZsd4MPDYv4Kugl9WtXlz0=", + "lastModified": 1725001927, + "narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=", "owner": "nixos", "repo": "nixpkgs", - "rev": "dbebdd67a6006bb145d98c8debf9140ac7e651d0", + "rev": "6e99f2a27d600612004fbd2c3282d614bfee6421", "type": "github" }, "original": { diff --git a/system/shared.nix b/system/shared.nix index 6bd3de5..8e66f36 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -55,7 +55,6 @@ gnome.gnome-keyring.enable = true; rsyncd.enable = true; openssh.enable = true; - printing.enable = true; pipewire = { enable = true; @@ -117,8 +116,6 @@ yt-mp3 = "yt-dlp -xi --audio-format mp3"; yt-mp3-meta = "yt-dlp -xi --audio-format mp3 --parse-metadata \"playlist_index:%(track_number)s\" --add-metadata"; yt-mp3-meta-cookies = "yt-dlp -xi --audio-format mp3 --parse-metadata \"playlist_index:%(track_number)s\" --add-metadata --cookies-from-browser firefox"; - - s = "swallow"; }; };