10 lines
No EOL
243 B
Nix
10 lines
No EOL
243 B
Nix
{ config, pkgs, ... }: {
|
|
home.stateVersion = "23.05";
|
|
imports = [
|
|
./gnome-dconf.nix
|
|
../../common/dotfiles/git.nix
|
|
../../common/dotfiles/neovim.nix
|
|
../../common/dotfiles/bash.nix
|
|
../../common/dotfiles/firefox.nix
|
|
];
|
|
} |