a bunch of qol improvments
This commit is contained in:
parent
35cbaadd07
commit
06d7e288c6
9 changed files with 117 additions and 42 deletions
|
@ -9,7 +9,7 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
hyprland = {
|
||||
url = "github:vaxerski/Hyprland";
|
||||
url = "github:hyprwm/Hyprland";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
emacs = {
|
||||
|
@ -79,7 +79,6 @@
|
|||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.chris = import ./user/home.nix;
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
@ -94,7 +93,6 @@
|
|||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.chris = import ./user/home.nix;
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue