Compare commits
8 Commits
8b80fc971e
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b041166db8 | |||
| 5c13379efb | |||
| e124970fea | |||
| f172fac2a3 | |||
| ab0d3e116a | |||
| 3d93ce7a90 | |||
| 3892be9175 | |||
| 75e21a7463 |
@@ -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
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user