giirl whatever
This commit is contained in:
parent
1b6c6967d9
commit
cc9dbac99e
2 changed files with 9 additions and 62 deletions
|
|
@ -1,6 +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,
|
||||
|
|
@ -8,7 +6,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
# ./disko.nix
|
||||
./hardware-configuration.nix
|
||||
./vfio.nix
|
||||
|
|
@ -37,21 +34,9 @@
|
|||
"--dpi-desync-ttl=8"
|
||||
];
|
||||
};
|
||||
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Istanbul";
|
||||
|
||||
# Select internationalisation properties.
|
||||
services.getty.autologinUser = "tulg";
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
|
|
@ -60,6 +45,7 @@
|
|||
users.users.tulg = {
|
||||
isNormalUser = true;
|
||||
description = "Tulga";
|
||||
initialPassword = "fuckyou";
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -45,23 +45,16 @@ in {
|
|||
grim
|
||||
slurp
|
||||
inxi
|
||||
pistol
|
||||
waybar
|
||||
wofi
|
||||
mako
|
||||
feh
|
||||
kitty
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
rose-pine-kvantum
|
||||
];
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
profiles.default.extensions = with pkgs.vscode-extensions; [
|
||||
#pkgs.vscode-extensions.bbenoist.nix
|
||||
|
||||
pkgs.vscode-extensions.kamadorueda.alejandra
|
||||
|
||||
pkgs.vscode-extensions.jnoortheen.nix-ide
|
||||
];
|
||||
profiles.tulg.userSettings = {
|
||||
|
|
@ -79,8 +72,6 @@ in {
|
|||
|
||||
programs.spicetify = {
|
||||
enable = true;
|
||||
# theme = spicePkgs.themes.ziro;
|
||||
# colorScheme = "rose-pine-moon";
|
||||
};
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
|
|
@ -124,10 +115,6 @@ in {
|
|||
recursive = true;
|
||||
};
|
||||
|
||||
#xdg.configFile."lf" = {
|
||||
# source = symlink "${dots}/lf";
|
||||
# recursive = true;
|
||||
#};
|
||||
programs.firefox.enable = true;
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
|
@ -150,43 +137,17 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# gtk = {
|
||||
# enable = true;
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
size = 16;
|
||||
};
|
||||
|
||||
# theme = {
|
||||
# name = "Nordic-darker";
|
||||
# package = pkgs.nordic;
|
||||
# };
|
||||
|
||||
# iconTheme = {
|
||||
# name = "Papirus-Dark";
|
||||
# package = pkgs.papirus-icon-theme;
|
||||
# };
|
||||
#};
|
||||
|
||||
#home.pointerCursor = {
|
||||
# gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
# package = pkgs.bibata-cursors;
|
||||
# name = "Bibata-Modern-Classic";
|
||||
# size = 16;
|
||||
#};
|
||||
#nixpkgs.config.qt5 = {
|
||||
# enable = true;
|
||||
# platformTheme = "qt5ct";
|
||||
# style = {
|
||||
# package = pkgs.rose-pine-kvantum;
|
||||
# name = "Rose-pine";
|
||||
# };
|
||||
#};
|
||||
#
|
||||
#
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1"; # hint Electron apps to use Wayland
|
||||
# GTK_THEME = "rose-pine";
|
||||
# QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
# PS1="\[\e[38;5;177m\]\u\[\e[38;5;220m\]@\[\e[38;5;1m\]\h \[\e[38;5;33m\]\w \[\033[0m\]$ ";
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue