rm rnix
This commit is contained in:
parent
e57625aa92
commit
985a4ddc86
3 changed files with 6 additions and 6 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
home.stateVersion = "24.05";
|
||||
home.username = "jonathan";
|
||||
home.homeDirectory = "/home/jonathan";
|
||||
imports = [ ./gnome.nix ];
|
||||
imports = [
|
||||
../../programs/gnome
|
||||
../../programs/nvim
|
||||
../../programs/zsh
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
element-desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue