mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
Move files into a sub folder to clean up a bit
This commit is contained in:
parent
8d629a40c6
commit
5edcc12af5
6 changed files with 3 additions and 3 deletions
23
programs.nix
23
programs.nix
|
@ -1,23 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# virt-manager
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
# Packages
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
discord
|
||||
libreoffice-fresh
|
||||
slack
|
||||
virt-manager
|
||||
vscode
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
users.users.aaronh = {
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue