diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-10-24 21:34:15 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-10-24 21:34:15 +0200 |
commit | 9590aefe5bdaf9cbf939525180773e53e67eb60c (patch) | |
tree | 7482c81aa07b71060b2894de9982522809a2c71c /packages.nix | |
parent | 5df07af3221eebe3ed97adc7701659cb001687a4 (diff) |
Move to sway on wayland using nouveau drivers
Diffstat (limited to 'packages.nix')
-rw-r--r-- | packages.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packages.nix b/packages.nix index a21aa7a..d557a94 100644 --- a/packages.nix +++ b/packages.nix @@ -1,9 +1,4 @@ -# 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, ... }: - +{ pkgs, ... }: { # List packages installed in system profile. To search, run: # $ nix search wget |