Switch to gnome Console (v46) and removal of useless script
This commit is contained in:
@@ -19,12 +19,6 @@ curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh | bas
|
||||
- `update` Update Nix and the OS.
|
||||
- `reload` Rebuild the config after changing it.
|
||||
|
||||
## Scripts
|
||||
- `archinstall` Install Arch Linux from the liveCD.
|
||||
```sh
|
||||
curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/scripts/archinstall.sh | bash
|
||||
```
|
||||
|
||||
## Supported distros
|
||||
- Debian
|
||||
- Fedora Workstation
|
||||
|
||||
20
home.nix
20
home.nix
@@ -262,7 +262,7 @@
|
||||
"firefox.desktop"
|
||||
"org.gnome.Nautilus.desktop"
|
||||
"codium.desktop"
|
||||
"org.gnome.Terminal.desktop"
|
||||
"org.gnome.Console.desktop"
|
||||
"obsidian.desktop"
|
||||
"org.gnome.World.Secrets.desktop"
|
||||
"signal-desktop.desktop"
|
||||
@@ -282,6 +282,13 @@
|
||||
"icon-view/default-zoom-level" = "small";
|
||||
};
|
||||
|
||||
"org/gnome/Console" = {
|
||||
"theme" = "auto";
|
||||
"audible-bell" = false;
|
||||
"use-system-font" = false;
|
||||
"custom-font" = "JetBrainsMono Nerd Font 10"
|
||||
};
|
||||
|
||||
"org/gnome/desktop" = {
|
||||
"interface/color-scheme" = "prefer-dark";
|
||||
"interface/enable-hot-corners" = false;
|
||||
@@ -298,17 +305,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.gnome-terminal = {
|
||||
enable = true;
|
||||
profile."42ed2781-9a2b-4572-80a1-356a25f70b0c" = {
|
||||
default = true;
|
||||
visibleName = "trude";
|
||||
audibleBell = false;
|
||||
showScrollbar = true;
|
||||
font = "JetBrainsMono Nerd Font 10";
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "TrudeEH";
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
# Script to install Arch Linux from the liveCD.
|
||||
|
||||
echo "[+] Installing dependencies..."
|
||||
pacman -Sy --noconfirm curl reflector archlinux-keyring
|
||||
|
||||
echo "[+] Selecting the fastest mirrors..."
|
||||
reflector -a 48 -c $iso -f 5 -l 20 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
|
||||
archinstall
|
||||
Reference in New Issue
Block a user