Switch to gnome Console (v46) and removal of useless script

This commit is contained in:
2024-04-02 21:14:59 +00:00
parent 89dcf6c7a3
commit 9c8f2b2fb7
3 changed files with 8 additions and 28 deletions

View File

@@ -19,12 +19,6 @@ curl -L https://raw.githubusercontent.com/TrudeEH/dotfiles/main/install.sh | bas
- `update` Update Nix and the OS. - `update` Update Nix and the OS.
- `reload` Rebuild the config after changing it. - `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 ## Supported distros
- Debian - Debian
- Fedora Workstation - Fedora Workstation

View File

@@ -262,7 +262,7 @@
"firefox.desktop" "firefox.desktop"
"org.gnome.Nautilus.desktop" "org.gnome.Nautilus.desktop"
"codium.desktop" "codium.desktop"
"org.gnome.Terminal.desktop" "org.gnome.Console.desktop"
"obsidian.desktop" "obsidian.desktop"
"org.gnome.World.Secrets.desktop" "org.gnome.World.Secrets.desktop"
"signal-desktop.desktop" "signal-desktop.desktop"
@@ -282,6 +282,13 @@
"icon-view/default-zoom-level" = "small"; "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" = { "org/gnome/desktop" = {
"interface/color-scheme" = "prefer-dark"; "interface/color-scheme" = "prefer-dark";
"interface/enable-hot-corners" = false; "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 = { programs.git = {
enable = true; enable = true;
userName = "TrudeEH"; userName = "TrudeEH";

View File

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