refine hyprland configuration
This commit is contained in:
parent
548c1be854
commit
5e82b5487f
3 changed files with 88 additions and 3 deletions
12
home/common/desktop/default.nix
Normal file
12
home/common/desktop/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./kitty.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# programs
|
||||
firefox # you need a web browser
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue