nix-format and remove obsolete obsidian derivation
This commit is contained in:
parent
570c2753a7
commit
64f5af878d
9 changed files with 37 additions and 83 deletions
|
|
@ -22,7 +22,7 @@ let
|
|||
];
|
||||
in
|
||||
{
|
||||
imports = [(import ./commandline.nix)] ++ [(import ./programs/rofi)];
|
||||
imports = [ (import ./commandline.nix) ] ++ [ (import ./programs/rofi) ];
|
||||
|
||||
home = {
|
||||
packages = defaultPkgs ++ gnomePkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue