From 92e42f092d3fa0884eb5ad1c23c52e6a67f48daf Mon Sep 17 00:00:00 2001
From: DerGrumpf
Date: Sat, 5 Apr 2025 15:40:23 +0200
Subject: [PATCH] Changed: Stufff
---
home/hyprland/default.nix | 2 +-
hosts/qemu/default.nix | 18 ------------------
modules/regreet/regreet.nix | 6 +++---
modules/services.nix | 7 +++----
modules/system.nix | 33 +++++++++++++++------------------
5 files changed, 22 insertions(+), 44 deletions(-)
diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix
index 4ea278f..69455e1 100644
--- a/home/hyprland/default.nix
+++ b/home/hyprland/default.nix
@@ -7,7 +7,7 @@
./hyprpaper.nix
./waybar # Status Bar
./rofi # App Launcher
- ./mako.nix # Notifyer
+ ./mako.nix # Notifyer
];
}
diff --git a/hosts/qemu/default.nix b/hosts/qemu/default.nix
index d9bc83f..d3e2efb 100644
--- a/hosts/qemu/default.nix
+++ b/hosts/qemu/default.nix
@@ -35,24 +35,6 @@
# Enable networking
networking.networkmanager.enable = true;
- # Set your time zone.
- time.timeZone = "Europe/Berlin";
-
- # Select internationalisation properties.
- i18n.defaultLocale = "en_US.UTF-8";
-
- i18n.extraLocaleSettings = {
- LC_ADDRESS = "de_DE.UTF-8";
- LC_IDENTIFICATION = "de_DE.UTF-8";
- LC_MEASUREMENT = "de_DE.UTF-8";
- LC_MONETARY = "de_DE.UTF-8";
- LC_NAME = "de_DE.UTF-8";
- LC_NUMERIC = "de_DE.UTF-8";
- LC_PAPER = "de_DE.UTF-8";
- LC_TELEPHONE = "de_DE.UTF-8";
- LC_TIME = "de_DE.UTF-8";
- };
-
# Configure keymap in X11
services.xserver.xkb = {
layout = "de";
diff --git a/modules/regreet/regreet.nix b/modules/regreet/regreet.nix
index 043b751..4412d04 100644
--- a/modules/regreet/regreet.nix
+++ b/modules/regreet/regreet.nix
@@ -9,9 +9,9 @@
};
};*/
- services.displayManager = {
- sessionPackages = [ pkgs.hyprland ];
- };
+ /*services.displayManager = {
+ sessionPackages = [ pkgs.hyprland ];
+ };*/
environment.etc= {
"greetd/background.png".source = ../../wallpapers/lucy_with_cat.png;
diff --git a/modules/services.nix b/modules/services.nix
index 855eb84..b2c9e6d 100644
--- a/modules/services.nix
+++ b/modules/services.nix
@@ -3,11 +3,10 @@
services = {
dbus.packages = [pkgs.gcr];
- geoclue2.enable = true;
-
- xserver.enable = true;
+ geoclue2.enable = true;
+ xserver.enable = true;
- udev.packages = with pkgs; [gnome.gnome-settings-daemon];
+ udev.packages = with pkgs; [pkgs.gnome-settings-daemon];
# Enable CUPS to print documents.
printing.enable = true;
diff --git a/modules/system.nix b/modules/system.nix
index 9b59de4..de62d5c 100644
--- a/modules/system.nix
+++ b/modules/system.nix
@@ -3,7 +3,8 @@
lib,
username,
...
-}: {
+}:
+{
# ============================= User related =============================
# Define a user account. Don't forget to set a password with ‘passwd’.
@@ -17,31 +18,30 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
- environment.systemPackages = with pkgs; [
-# Bare minimum
+ environment.systemPackages = with pkgs; [
+ # Bare minimum
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
git
-# System tools
+ # System tools
sysstat
lm_sensors # for `sensors` command
ethtool
pciutils # lspci
usbutils # lsusb
- libGL
+ libGL
-# Rizz
+ # Rizz
fastfetch
- cpufetch
- hyfetch
- ramfetch
- neofetch
- ghfetch
+ cpufetch
+ hyfetch
+ ramfetch
+ neofetch
+ ghfetch
libnotify
-#microfetch
-# Terminal
+ # Terminal
yazi # file manager
jq # JSON Parser
yq-go # YAML Parser
@@ -64,16 +64,13 @@
zstd
gnupg
-# Archives
+ # Archives
zip
unzip
p7zip
xz
-
-
];
-
security.polkit.enable = true;
- }
+}