Compare commits

...

9 commits

Author SHA1 Message Date
Ethan Lane e471d5a96d Install flac 2024-09-17 18:10:18 +01:00
Ethan Lane 04ad3208db Install grip 2024-09-17 18:06:56 +01:00
Ethan Lane 4452765c0c Nix flake update - 15/09/24 2024-09-15 10:41:56 +01:00
Ethan Lane 5b88b5124d Install sxiv 2024-09-13 20:51:55 +01:00
Ethan Lane 89ba56f3e9 Add documentation about grub and cleanup 2024-09-08 11:36:54 +01:00
Ethan Lane 0cbe3869f1 Nix flake update - 07/09/2024 2024-09-07 11:36:33 +01:00
Ethan Lane e5e92050eb Alias swallow to s 2024-09-05 17:35:35 +01:00
Ethan Lane d2beeed71b Install i3-swallow 2024-09-05 17:16:22 +01:00
Ethan Lane ae87c5ad00 Enable printing 2024-09-01 14:04:45 +01:00
5 changed files with 39 additions and 6 deletions

View file

@ -52,17 +52,20 @@ 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
@ -93,6 +96,7 @@ in {
rofi-emoji
slack
steam
sxiv
tldr
unzip
vim

14
docs/Cleanup.md Normal file
View file

@ -0,0 +1,14 @@
# 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
```

12
docs/Grub.md Normal file
View file

@ -0,0 +1,12 @@
# 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": {
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"lastModified": 1725703823,
"narHash": "sha256-tDgM4d8mLK0Hd6YMB2w1BqMto1XBXADOzPEaLl10VI4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"rev": "208df2e558b73b6a1f0faec98493cb59a25f62ba",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1725001927,
"narHash": "sha256-eV+63gK0Mp7ygCR0Oy4yIYSNcum2VQwnZamHxYTNi+M=",
"lastModified": 1726320982,
"narHash": "sha256-RuVXUwcYwaUeks6h3OLrEmg14z9aFXdWppTWPMTwdQw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6e99f2a27d600612004fbd2c3282d614bfee6421",
"rev": "8f7492cce28977fbf8bd12c72af08b1f6c7c3e49",
"type": "github"
},
"original": {

View file

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