refactor(homes/rafiq): separate cli and desktop programs

This commit is contained in:
Mohammad Rafiq 2025-05-18 20:40:47 +08:00
parent 52ec49fab0
commit 5f91ad83aa
No known key found for this signature in database
6 changed files with 17 additions and 11 deletions

View file

@ -2,18 +2,10 @@
{
imports = [
./programs/hyprland.nix
./cli.nix
./desktop.nix
];
home.packages = with pkgs; [
kitty
];
home.sessionVariables = {
TERMINAL = "kitty";
BROWSER = ", firefox";
};
home.persistence."/persist/home/rafiq" = {
directories = [
".ssh"