misc: initial commit
This commit is contained in:
commit
964b99b28d
32 changed files with 1675 additions and 0 deletions
30
home/desktop.nix
Normal file
30
home/desktop.nix
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
config,
|
||||
options,
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
osConfig,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./desktop/shared/wayland.nix
|
||||
./desktop/hyprland.nix
|
||||
./desktop/plasma.nix
|
||||
];
|
||||
|
||||
# my.desktop.hyprland.enable = true;
|
||||
my.desktop.plasma.enable = true;
|
||||
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
settings.main = {
|
||||
shell = "fish";
|
||||
font = "monospace:size=10";
|
||||
app-id = "foot";
|
||||
pad = "10x8 center";
|
||||
};
|
||||
settings.url.osc8-underline = "always";
|
||||
settings.cursor.style = "beam";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue