wallpaper

This commit is contained in:
Lilith 2025-03-15 01:00:04 +01:00 committed by Lilith
parent a32cde45c1
commit 9a16acca1b
Signed by: lilith
GPG key ID: 8712A0F317C37175
3 changed files with 36 additions and 41 deletions

View file

@ -1,12 +1,12 @@
{ home-manager, specialArgs, ... }: { { home-manager, specialArgs, ... }:
{
imports = [ home-manager.nixosModules.home-manager ]; imports = [ home-manager.nixosModules.home-manager ];
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
home-manager.backupFileExtension = "bak"; home-manager.backupFileExtension = "bak";
home-manager.users."lilith" = { home-manager.users."lilith" = {
imports = [ imports = [ ./lilith ];
./lilith
];
home.username = "lilith"; home.username = "lilith";
home.stateVersion = "24.11"; home.stateVersion = "24.11";

View file

@ -1,43 +1,35 @@
{ pkgs, lib, ... }:
{ {
pkgs, home.packages = with pkgs; [
lib, gcc
... gnumake
}: { git
home.packages = let
common = with pkgs; [
gcc
gnumake
git
pulsemixer pulsemixer
pavucontrol pavucontrol
playerctl playerctl
blueman blueman
nh nh
wl-clipboard wl-clipboard
xdg-utils xdg-utils
hyprshot hyprshot
# obsidian # obsidian
vlc vlc
obs-studio obs-studio
keepassxc keepassxc
ncspot ncspot
vesktop vesktop
btop btop
htop htop
ollama ollama
# zoom-us # zoom-us
]; #
prismlauncher
gaming = with pkgs; [ lutris
prismlauncher # steamtinkerlaunch
lutris ];
steamtinkerlaunch
];
in
common; # ++ (lib.optionals system-config.gaming.enable gaming);
} }

View file

@ -3,6 +3,7 @@
lib, lib,
pkgs, pkgs,
hyprland, hyprland,
hyprpanel,
... ...
}: }:
{ {
@ -19,6 +20,8 @@
programs.hyprland.enable = true; programs.hyprland.enable = true;
programs.hyprland.package = hyprland.packages.${pkgs.system}.hyprland; programs.hyprland.package = hyprland.packages.${pkgs.system}.hyprland;
nixpkgs.overlays = [ hyprpanel.overlay ];
services.greetd = { services.greetd = {
enable = true; enable = true;
settings = { settings = {