Get some home configurations going on

This commit is contained in:
Patrick Menking 2024-09-17 11:40:40 -04:00
parent 86c1af2c53
commit 0844c862e6
7 changed files with 262 additions and 22 deletions

View file

@ -1,6 +1,4 @@
{ pkgs,
...
}:{
{config, pkgs, ...}:{
imports = [
./hardware-configuration.nix
../../modules
@ -11,4 +9,8 @@
pkgs.vim
pkgs.wget
];
config = {
hypr.enable = true;
};
}