Compare commits

..

No commits in common. "8dea1aee0fde0f81407c65f65176b3d9c7952eb4" and "9847dc9fabad31964243bdb42c7b772869aaa836" have entirely different histories.

6 changed files with 6 additions and 47 deletions

View file

@ -52,20 +52,17 @@ in {
dunst dunst
easytag easytag
firefox firefox
flac
flameshot flameshot
flatpak flatpak
font-awesome font-awesome
gimp gimp
git git
gnome.gnome-keyring gnome.gnome-keyring
grip
grub2 grub2
hack-font hack-font
htop htop
hugo hugo
i3 i3
i3-swallow
i3lock-fancy i3lock-fancy
keepassxc keepassxc
keepmenu keepmenu
@ -85,7 +82,6 @@ in {
os-prober os-prober
pavucontrol pavucontrol
picom picom
playerctl
plexamp plexamp
pm2 pm2
polybar polybar
@ -97,8 +93,6 @@ in {
rofi-emoji rofi-emoji
slack slack
steam steam
sublime-music
sxiv
tldr tldr
unzip unzip
vim vim

View file

@ -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 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 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 # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod

View file

@ -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
```

View file

@ -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
```

View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1726818100, "lastModified": 1720042825,
"narHash": "sha256-z2V74f5vXqkN5Q+goFlhbFXY/dNaBAyeLpr2bxu4Eic=", "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1bbc1a5a1f4de7401c92db85b2119ed21bb4139d", "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1726688310, "lastModified": 1725001927,
"narHash": "sha256-Xc9lEtentPCEtxc/F1e6jIZsd4MPDYv4Kugl9WtXlz0=", "narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dbebdd67a6006bb145d98c8debf9140ac7e651d0", "rev": "6e99f2a27d600612004fbd2c3282d614bfee6421",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -55,7 +55,6 @@
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
rsyncd.enable = true; rsyncd.enable = true;
openssh.enable = true; openssh.enable = true;
printing.enable = true;
pipewire = { pipewire = {
enable = true; enable = true;
@ -117,8 +116,6 @@
yt-mp3 = "yt-dlp -xi --audio-format mp3"; 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 = "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"; 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";
}; };
}; };