support for gnome desktop
This commit is contained in:
parent
0a1647e0e7
commit
f7b9c71006
18 changed files with 155 additions and 143 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
let inherit (import ./variables.nix) key theme color accent font;
|
||||
let inherit (import ./variables.nix) key theme color accent font desktop;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
|
@ -8,7 +8,6 @@ in {
|
|||
./kakoune.nix
|
||||
./fish.nix
|
||||
./firefox.nix
|
||||
./sway.nix
|
||||
./hyprland.nix
|
||||
./alacritty.nix
|
||||
./git.nix
|
||||
|
@ -24,9 +23,9 @@ in {
|
|||
./bmenu.nix
|
||||
./fzf.nix
|
||||
./ranger
|
||||
./theme.nix
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
] ++ lib.optional (desktop == "sway") ./sway.nix;
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
home.username = "lelgenio";
|
||||
|
@ -77,14 +76,12 @@ in {
|
|||
libsForQt5.qtstyleplugins
|
||||
qt5.qtsvg
|
||||
|
||||
|
||||
## Network
|
||||
speedtest-cli
|
||||
nmap
|
||||
miniupnpc
|
||||
deluge
|
||||
|
||||
|
||||
## Programming
|
||||
vscode
|
||||
rustup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue