refactor flake.nix and osConfig organization
This commit is contained in:
18
homes/ft/home.nix
Normal file
18
homes/ft/home.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, username,homeDir, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../modules/nitrogen.nix ];
|
||||
|
||||
home.packages = with pkgs;[
|
||||
neovim
|
||||
dmenu
|
||||
brightnessctl
|
||||
rofi
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/sxhkd".source = dotfiles/config/sxhkd;
|
||||
".config/bspwm/host.sh".source = ./bspwm/host.sh;
|
||||
};
|
||||
programs.firefox.enable = false;
|
||||
}
|
Reference in New Issue
Block a user