rework home-manager file structure; add simple hyprland conf
This commit is contained in:
parent
c40c333078
commit
b688a738d0
15 changed files with 144 additions and 100 deletions
12
home/common/universal/default.nix
Normal file
12
home/common/universal/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./mise.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# some base packages for development, without which nothing would really work
|
||||
gcc
|
||||
gnumake
|
||||
unzip
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue