Format nix files
This commit is contained in:
parent
45b85d0452
commit
f2fd2be328
30 changed files with 329 additions and 231 deletions
|
|
@ -1,3 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.file.".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/\"Capitaine Cursors (Gruvbox)\"";
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.file.".icons/default".source =
|
||||
"${pkgs.capitaine-cursors}/share/icons/\"Capitaine Cursors (Gruvbox)\"";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue