Compare commits

...

8 Commits

Author SHA1 Message Date
Nina Chlóe Kassandra Reiß b041166db8 fix syntax 2026-07-26 19:58:51 +02:00
Nina Chlóe Kassandra Reiß 5c13379efb No local files in repo 2026-07-26 19:57:42 +02:00
Nina Chlóe Kassandra Reiß e124970fea Add gitignore with profile.nix, no local nix files in repo 2026-07-26 19:57:12 +02:00
Nina Chlóe Kassandra Reiß f172fac2a3 Remove everything from nix flake 2026-07-26 15:18:30 +02:00
Nina Chlóe Kassandra Reiß ab0d3e116a Select correct config type 2026-07-26 15:15:51 +02:00
Nina Chlóe Kassandra Reiß 3d93ce7a90 Hyprlua flake based system 2026-07-26 14:54:47 +02:00
Nina Chlóe Kassandra Reiß 3892be9175 Use hyprland lua flake instead of config directory 2026-07-26 12:41:32 +02:00
Nina Chlóe Kassandra Reiß 75e21a7463 Add hyprlua configuration 2026-07-26 12:24:08 +02:00
3 changed files with 33 additions and 12 deletions
+1
View File
@@ -1,2 +1,3 @@
*.log
result
profile.nix
@@ -0,0 +1,32 @@
{ pkgs, lib, ... }:
let
hyprFlake = builtins.getFlake "git+https://git.nichkara.eu/system/hyprlua";
profile = import ../../profile.nix;
in
{
imports = [
hyprFlake.homeManagerModules.default
];
home.packages = with pkgs; [
wofi
grim
swaynotificationcenter
hyprpaper
lxsession
hyprlock
hyprshot
wayvnc
pamixer
pavucontrol
brightnessctl
python313Packages.requests
networkmanagerapplet
swaybg
quickshell
waybar
blueman
];
}
-12
View File
@@ -1,12 +0,0 @@
{
username = "nichkara";
hostname = "kathleen";
hashed-password = "$y$j9T$51IqmPE8iKV9NmF89vaK40$TJFaBOiMgcxYRWxyj3M5q47QWAIzMbwDhSoqLM3EPk4";
interface = "hyprland";
modules = {
base = true;
office = false;
development = true;
science = true;
};
}