Skip to content

Commit

Permalink
refactor: move gnome and alacritty imports to home-manager gui.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpita committed Sep 1, 2024
1 parent b6b3d37 commit df14f85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions common/home/packages/gui.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{ pkgs, ... }:

{
imports = [
../programs/gnome.nix
../programs/alacritty.nix
];
fonts.fontconfig.enable = true;

home.packages = with pkgs; [
firefox
brave
Expand Down
4 changes: 0 additions & 4 deletions hosts/t480/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

{
imports = [

(import ../../common/home { inherit username; })

../../common/home/packages/gui.nix
../../common/home/packages/multimedia.nix

../../common/home/programs/vscode.nix
../../common/home/programs/gnome.nix
];

programs = {
alacritty.enable = true;
fastfetch.enable = true;
neovim.enable = true;
ripgrep.enable = true;
Expand Down

0 comments on commit df14f85

Please sign in to comment.