monitoring
This commit is contained in:
parent
a03149337d
commit
eaaad44419
3 changed files with 23 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
|
@ -9,4 +9,8 @@
|
|||
|
||||
# im blind LOL
|
||||
#programs.kitty.settings.font_size = 16;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
cider
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue