Changed: Stufff
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user