nixfmt
This commit is contained in:
parent
235b382535
commit
7ce35c7655
11 changed files with 109 additions and 137 deletions
|
|
@ -1,15 +1,10 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../home/home_common.nix
|
||||
../home/gnome.nix
|
||||
../home/sway.nix
|
||||
];
|
||||
|
||||
imports = [ ../home/home_common.nix ../home/gnome.nix ../home/sway.nix ];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue