fix desktop environment
This commit is contained in:
parent
7db3134d4b
commit
8428e4fe84
7 changed files with 37 additions and 24 deletions
|
|
@ -5,8 +5,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
systemType = "laptop";
|
||||
#systemType = "desktop";
|
||||
#systemType = "laptop";
|
||||
systemType = "desktop";
|
||||
in {
|
||||
nix.package = pkgs.nixUnstable;
|
||||
imports =
|
||||
|
|
@ -23,7 +23,7 @@ in {
|
|||
|
||||
./modules/audio/pipewire
|
||||
|
||||
./modules/shell/fish # This enables fish as the default shell
|
||||
./modules/shell/fish
|
||||
./modules/network/browsers/librewolf
|
||||
./modules/network/syncthing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue