Initial commit of new configuration
This commit is contained in:
commit
3f3ec1c47c
17 changed files with 278 additions and 0 deletions
11
sets/base/common.nix
Normal file
11
sets/base/common.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
firefox
|
||||
neofetch
|
||||
tree
|
||||
];
|
||||
}
|
||||
|
9
sets/base/devel.nix
Normal file
9
sets/base/devel.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../devel/git.nix
|
||||
../devel/c.nix
|
||||
];
|
||||
}
|
||||
|
7
sets/base/plasma.nix
Normal file
7
sets/base/plasma.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
kate
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue