init(release): desktop template -> desktop wip
This commit is contained in:
parent
5bc78a031f
commit
1ae2855bb1
18 changed files with 63 additions and 92 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
{
|
||||
{ lib, pkgs, config, ... }: {
|
||||
# Base desktop user configuration
|
||||
|
||||
# GTK theming
|
||||
|
|
@ -28,9 +27,10 @@
|
|||
};
|
||||
|
||||
# Basic GUI packages
|
||||
home.packages = with pkgs; [
|
||||
# Add common desktop apps here
|
||||
# firefox
|
||||
# vscodium
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
# Add common desktop apps here
|
||||
# firefox
|
||||
# vscodium
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue