From f295618a66db269723c387c6d456d4118341fa89 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 30 Aug 2025 19:58:04 -0400 Subject: phone link --- configuration.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 17e41c9..b8e28a5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,15 +1,12 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, inputs, ... -}: - -{ +}: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix @@ -20,7 +17,7 @@ boot.loader.efi.canTouchEfiVariables = true; # zsh - environment.shells = with pkgs; [ fish ]; + environment.shells = with pkgs; [fish]; users.defaultUserShell = pkgs.fish; programs.fish.enable = true; @@ -57,7 +54,7 @@ "networkmanager" "wheel" ]; - packages = with pkgs; [ ]; + packages = with pkgs; []; }; # Allow unfree packages @@ -68,6 +65,10 @@ withUWSM = true; }; + programs.kdeconnect = { + enable = true; + }; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ @@ -101,7 +102,6 @@ settings.default_session = { user = "greeter"; }; - }; programs.regreet.enable = true; fonts.packages = with pkgs; [ -- cgit v1.3.1