Fix some errors in the refactor
This commit is contained in:
parent
1f76671a71
commit
6f60f3b116
3 changed files with 1 additions and 20 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
../modules/desktop.nix
|
../modules/desktop.nix
|
||||||
../modules/brother-printer.nix
|
../modules/brother-printer.nix
|
||||||
../modules/home.nix
|
../modules/home.nix
|
||||||
../modules/sway.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwarden-desktop
|
bitwarden-desktop
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
];
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,19 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
# Enable the Sway binary and hardware wrappers
|
|
||||||
programs.sway = {
|
|
||||||
enable = true;
|
|
||||||
wrapperFeatures.gtk = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Hardware and security services that must be system-wide
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
|
||||||
security.polkit.enable = true;
|
|
||||||
programs.light.enable = true; # Allow brightness control
|
|
||||||
|
|
||||||
# Move system-wide packages here
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
pavucontrol
|
|
||||||
light
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue