sas
This commit is contained in:
parent
2391c0fea7
commit
68339c7f4e
6 changed files with 23 additions and 3 deletions
|
@ -16,7 +16,7 @@ in
|
|||
workspaces."04-games" = {};
|
||||
|
||||
outputs."eDP-1" = {
|
||||
scale = 1.9;
|
||||
scale = 2.0;
|
||||
};
|
||||
input = {
|
||||
keyboard.xkb = {
|
||||
|
|
|
@ -4,7 +4,10 @@
|
|||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
services.blueman.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.kernelModules = [
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.blueman.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Nuh uh society.
|
||||
ayugram-desktop
|
||||
vesktop
|
||||
slack
|
||||
signal-desktop
|
||||
|
||||
# Drugs, child porn, YouTube.
|
||||
tor-browser
|
||||
];
|
||||
}
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
./sound.nix
|
||||
./rust.nix
|
||||
./haskell.nix
|
||||
./sw.nix
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
|
|
@ -2,4 +2,8 @@
|
|||
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
}
|
||||
|
|
7
modules/sw.nix
Normal file
7
modules/sw.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue