Compare commits

..

6 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
3 changed files with 10 additions and 33 deletions
+1
View File
@@ -1,2 +1,3 @@
*.log
result
profile.nix
+9 -21
View File
@@ -5,13 +5,17 @@ let
in
{
imports = [
hyprFlake.homeManagerModules.default
];
home.packages = with pkgs; [
wofi
grim
swaynotificationcenter
swaylock
hyprpaper
lxsession
hyprlock
hyprshot
wayvnc
pamixer
@@ -19,26 +23,10 @@ in
brightnessctl
python313Packages.requests
networkmanagerapplet
swaybg
quickshell
waybar
blueman
];
wayland = {
windowManager = {
hyprland = {
enable = true;
xwayland.enable = true;
configType = "hyprlang";
extraConfig = "";
};
};
};
programs.waybar = {
enable = true;
};
xdg.configFile."hypr" = {
source = hyprFlake;
recursive = true;
};
}
-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;
};
}