mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
Get some home configurations going on
This commit is contained in:
parent
86c1af2c53
commit
0844c862e6
7 changed files with 262 additions and 22 deletions
|
|
@ -1,6 +1,4 @@
|
|||
{ pkgs,
|
||||
...
|
||||
}:{
|
||||
{config, pkgs, ...}:{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
|
|
@ -11,4 +9,8 @@
|
|||
pkgs.vim
|
||||
pkgs.wget
|
||||
];
|
||||
|
||||
config = {
|
||||
hypr.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue